Skip to content

Commit

Permalink
Merge pull request #1187 from charlespierce/v1.0.6
Browse files Browse the repository at this point in the history
v1.0.6
  • Loading branch information
charlespierce authored Mar 21, 2022
2 parents bf58f8d + 63e8eed commit 5be0e1f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 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 = "1.0.5"
version = "1.0.6"
authors = ["David Herman <[email protected]>", "Charles Pierce <[email protected]>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Version 1.0.6

- Fixed panic when `stdout` is closed (#1058)
- Disabled global package interception when `--prefix` is provided (#1171)
- Numerous dependency updates

# Version 1.0.5

- Added error when attempting to install Node using `nvm` syntax (#1020)
Expand Down

0 comments on commit 5be0e1f

Please sign in to comment.