Skip to content

Commit 9b37b34

Browse files
Merge pull request #802 from charlespierce/v0.8.7
v0.8.7
2 parents 350f02c + 4dfc142 commit 9b37b34

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volta"
3-
version = "0.8.6"
3+
version = "0.8.7"
44
authors = ["David Herman <[email protected]>"]
55
license = "BSD-2-Clause"
66
repository = "https://github.com/volta-cli/volta"

RELEASES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# Version 0.8.7
2+
3+
- Support fetching older versions of Yarn (#771)
4+
- Correctly detect `zsh` environment with `ZDOTDIR` variable (#799)
5+
- Prevent race conditions when installing tools (#684, #796)
6+
17
# Version 0.8.6
28

39
- Improve parsing of `engines` when installing a package (#791, #792)

0 commit comments

Comments
 (0)