Skip to content

Commit 5be0e1f

Browse files
Merge pull request #1187 from charlespierce/v1.0.6
v1.0.6
2 parents bf58f8d + 63e8eed commit 5be0e1f

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 = "1.0.5"
3+
version = "1.0.6"
44
authors = ["David Herman <[email protected]>", "Charles Pierce <[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 1.0.6
2+
3+
- Fixed panic when `stdout` is closed (#1058)
4+
- Disabled global package interception when `--prefix` is provided (#1171)
5+
- Numerous dependency updates
6+
17
# Version 1.0.5
28

39
- Added error when attempting to install Node using `nvm` syntax (#1020)

0 commit comments

Comments
 (0)