From 9dc7aaa2b25d46003d7b19967bdc535b7a8c3568 Mon Sep 17 00:00:00 2001 From: Chuck Pierce Date: Mon, 20 May 2019 11:51:19 -0700 Subject: [PATCH] v0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASES.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c4086e05..7fe5b1658 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.1" +version = "0.5.2" 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 5b7dab2e0..5997f2a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "0.5.1" +version = "0.5.2" authors = ["David Herman "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 105ed1b5a..abbca2e1e 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 0.5.2 + +- Improve error messages when running a project-local binary fails (#426) +- Fix execution of user binaries on Windows (#445) + # Version 0.5.1 - Add per-project hooks configuration in `/.volta/hooks.json` (#411)