Skip to content

Commit

Permalink
Merge pull request #1859 from charlespierce/v2.0.1
Browse files Browse the repository at this point in the history
v2.0.1
  • Loading branch information
charlespierce authored Aug 19, 2024
2 parents 1942724 + b6af6e5 commit ce24dfb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "volta"
version = "2.0.0"
version = "2.0.1"
authors = ["David Herman <[email protected]>", "Charles Pierce <[email protected]>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
8 changes: 8 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 2.0.1

- Improved accuracy of Node download progress bar on Windows (#1833)
- You should no longer run into errors about needing the VC++ Runtime on Windows (#1844)
- The data provided when installing a new Node version is now more relevant and accurate (#1846, #1848)
- Increased performance to make Volta even more responsive in typical use (#1849)
- `volta run` will now correctly handle flags in more situations (#1857)

# Version 2.0.0

- 🚨 (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)
Expand Down

0 comments on commit ce24dfb

Please sign in to comment.