From 6912a89cfc36166dfe420343879475e10909879c Mon Sep 17 00:00:00 2001 From: Charles Pierce Date: Wed, 4 Dec 2024 22:23:17 -0800 Subject: [PATCH] v2.0.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASES.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e53562cf7..8cf08b9ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1628,7 +1628,7 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "volta" -version = "2.0.1" +version = "2.0.2" dependencies = [ "cfg-if", "ci_info", diff --git a/Cargo.toml b/Cargo.toml index 561b52d0d..78b1db279 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "2.0.1" +version = "2.0.2" 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 9b0f96f69..dfcc9e740 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 2.0.2 + +- Dependency updates +- Improvements to header handling for HTTP requests (#1822, #1877) + # Version 2.0.1 - Improved accuracy of Node download progress bar on Windows (#1833)