From b6af6e522915104d3a86726d0a45adb5d9df4d4f Mon Sep 17 00:00:00 2001 From: Charles Pierce Date: Sun, 18 Aug 2024 18:56:05 -0700 Subject: [PATCH] v2.0.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASES.md | 8 ++++++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bbc114950..65b300e47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1604,7 +1604,7 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "volta" -version = "2.0.0" +version = "2.0.1" dependencies = [ "cfg-if", "ci_info", diff --git a/Cargo.toml b/Cargo.toml index d7d468f00..b5f0cf3dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "2.0.0" +version = "2.0.1" authors = ["David Herman ", "Charles Pierce "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 1f109e79c..9b0f96f69 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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)