Skip to content

Commit

Permalink
Merge pull request #748 from charlespierce/v0.8.1
Browse files Browse the repository at this point in the history
v0.8.1
  • Loading branch information
charlespierce authored May 26, 2020
2 parents ecb0048 + 16f5371 commit d331899
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volta"
version = "0.8.0"
version = "0.8.1"
authors = ["David Herman <[email protected]>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
5 changes: 5 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.8.1

- Fix panic when running `volta completions zsh` (#746)
- Improve startup latency by reducing binary size (#732, #733, #734, #735)

# Version 0.8.0

- Support for pinning / installing custom versions of `npm` (#691)
Expand Down
2 changes: 1 addition & 1 deletion dev/rpm/volta.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: volta
Version: 0.8.0
Version: 0.8.1
Release: 1%{?dist}
Summary: The JavaScript Launcher ⚡

Expand Down

0 comments on commit d331899

Please sign in to comment.