From d44622025788dc2ff6397d623c3a705e419700a9 Mon Sep 17 00:00:00 2001 From: Charles Pierce Date: Tue, 27 Sep 2022 17:33:11 -0700 Subject: [PATCH] Version 1.1.0 --- 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 c7421033d..da31aea70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1520,7 +1520,7 @@ checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce" [[package]] name = "volta" -version = "1.0.8" +version = "1.1.0" dependencies = [ "atty", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index eb474d8ee..296cc3d1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "1.0.8" +version = "1.1.0" 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 d35dd7b68..d14798ec0 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 1.1.0 + +- Added support for pinning / installing Yarn 3+ (#1305) +- Improved portability and installer effectiveness by removing dependency on OpenSSL (#1214) + # Version 1.0.8 - Fix for malformed `bin` entries when installing global packages (#997)