From 4dfc1422ab731fa737a04a4fb75b9f6670c595d3 Mon Sep 17 00:00:00 2001 From: Chuck Pierce Date: Mon, 24 Aug 2020 16:44:13 -0700 Subject: [PATCH] v0.8.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f600dbd5..c451006d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1823,7 +1823,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "volta" -version = "0.8.6" +version = "0.8.7" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 086bd3e39..74c9b69f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "0.8.6" +version = "0.8.7" authors = ["David Herman "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 1340cf5a4..baa36cbfe 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Version 0.8.7 + +- Support fetching older versions of Yarn (#771) +- Correctly detect `zsh` environment with `ZDOTDIR` variable (#799) +- Prevent race conditions when installing tools (#684, #796) + # Version 0.8.6 - Improve parsing of `engines` when installing a package (#791, #792)