diff --git a/Cargo.lock b/Cargo.lock index 9bf317443..638739fc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2042,7 +2042,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "volta" -version = "1.0.4" +version = "1.0.5" dependencies = [ "atty", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index c18b7f72e..b5e0fe6e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "1.0.4" +version = "1.0.5" 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 c1bcf2164..b02629345 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Version 1.0.5 + +- Added error when attempting to install Node using `nvm` syntax (#1020) +- Avoid modifying shell config if the environment is already correct (#990) +- Prevent trying to read OS-generated files as package configs (#981) + # Version 1.0.4 - Fetch native Apple silicon versions of Node when available (#974)