Skip to content

Commit ce24dfb

Browse files
Merge pull request #1859 from charlespierce/v2.0.1
v2.0.1
2 parents 1942724 + b6af6e5 commit ce24dfb

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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 = "2.0.0"
3+
version = "2.0.1"
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Version 2.0.1
2+
3+
- Improved accuracy of Node download progress bar on Windows (#1833)
4+
- You should no longer run into errors about needing the VC++ Runtime on Windows (#1844)
5+
- The data provided when installing a new Node version is now more relevant and accurate (#1846, #1848)
6+
- Increased performance to make Volta even more responsive in typical use (#1849)
7+
- `volta run` will now correctly handle flags in more situations (#1857)
8+
19
# Version 2.0.0
210

311
- 🚨 (BREAKING) 🚨 We upgraded the version of Rust used to build Volta, which drops support for older versions of glibc & Linux kernel. See [the Rust announcement from August 2022](https://blog.rust-lang.org/2022/08/01/Increasing-glibc-kernel-requirements.html) for details about the supported versions. Notably, this means that we no longer support CentOS 6 (#1611)

0 commit comments

Comments
 (0)