diff --git a/Cargo.lock b/Cargo.lock index f311f3669..4c4086e05 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.0" +version = "0.5.1" 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 86625a8a5..5b7dab2e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "0.5.0" +version = "0.5.1" authors = ["David Herman "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 1e67070bf..105ed1b5a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 0.5.1 + +- Add per-project hooks configuration in `/.volta/hooks.json` (#411) +- Support backwards compatibility with `toolchain` key in `package.json` (#434) + # Version 0.5.0 - Rename to Volta: The JavaScript Launcher ⚡️