From e3370ea47ab1cecb971fddef074059f60db85116 Mon Sep 17 00:00:00 2001 From: Charles Pierce Date: Wed, 1 Jun 2022 16:48:53 -0700 Subject: [PATCH] v1.0.8 --- 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 f37fd3db9..57881fb90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1886,7 +1886,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "volta" -version = "1.0.7" +version = "1.0.8" dependencies = [ "atty", "cfg-if 1.0.0", diff --git a/Cargo.toml b/Cargo.toml index fb482e587..61e5710f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "1.0.7" +version = "1.0.8" 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 e29733013..d35dd7b68 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 1.0.8 + +- Fix for malformed `bin` entries when installing global packages (#997) +- Dependency updates + # Version 1.0.7 - Added build for Linux distros with OpenSSL 3.0 (#1211)