diff --git a/Cargo.lock b/Cargo.lock index 5874e65f4..a80fb50a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1948,7 +1948,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "volta" -version = "1.0.5" +version = "1.0.6" dependencies = [ "atty", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index 0a088d228..8f13d7f1d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "1.0.5" +version = "1.0.6" authors = ["David Herman ", "Charles Pierce "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index b02629345..2a14ec219 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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)