diff --git a/Cargo.lock b/Cargo.lock index d687f900f..0dba29630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2219,7 +2219,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "volta" -version = "0.5.2" +version = "0.5.3" dependencies = [ "cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "console 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2c55c3d79..1215dcd96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "0.5.2" +version = "0.5.3" authors = ["David Herman "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index abbca2e1e..f94dc8443 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Version 0.5.3 + +- Prevent unnecessary warning output when not running interactively (#451) +- Fix a bug in load script for fish shell on Linux (#456) +- Improve wrapping behavior for warning messages (#453) + # Version 0.5.2 - Improve error messages when running a project-local binary fails (#426)