From 35505a298343fc7b8eddbcd24e552f80eafca845 Mon Sep 17 00:00:00 2001 From: Charles Pierce Date: Tue, 24 Jan 2023 13:15:26 -0800 Subject: [PATCH] v1.1.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c7edaffb..0925a8cc9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1555,7 +1555,7 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "volta" -version = "1.1.0" +version = "1.1.1" dependencies = [ "atty", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index c0539e706..793e1a5db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "1.1.0" +version = "1.1.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 d14798ec0..f178981a8 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Version 1.1.1 + +- Experimental support for pnpm (requires `VOLTA_FEATURE_PNPM` environment variable) (#1273) +- Fix to correctly import native root certificates (#1375) +- Better detection of executables provided by `yarn` (#1388, #1393) + # Version 1.1.0 - Added support for pinning / installing Yarn 3+ (#1305)