From d960bc1100a3eb1cfb0fa204c85a0f9c27d1a152 Mon Sep 17 00:00:00 2001 From: Chuck Pierce Date: Mon, 14 Oct 2019 16:52:37 -0700 Subject: [PATCH] v0.6.4 --- Cargo.lock | 2 +- Cargo.toml | 2 +- RELEASES.md | 5 +++++ dev/rpm/volta.spec | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d4ca9c507..dbf1d11e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2375,7 +2375,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "volta" -version = "0.6.3" +version = "0.6.4" dependencies = [ "atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index b445ebf63..eefb85929 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "0.6.3" +version = "0.6.4" authors = ["David Herman "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 48195ddc5..a38ae88c7 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,8 @@ +# Version 0.6.4 + +- `volta install` now works for installing packages from a private, authenticated registry (#554) +- `volta install` now has better diagnostic messages when things go wrong (#548) + # Version 0.6.3 - `volta install` will no longer error when installing a scoped binary package (#537) diff --git a/dev/rpm/volta.spec b/dev/rpm/volta.spec index 4184f4c7c..0a680c5f3 100644 --- a/dev/rpm/volta.spec +++ b/dev/rpm/volta.spec @@ -1,5 +1,5 @@ Name: volta -Version: 0.6.3 +Version: 0.6.4 Release: 1%{?dist} Summary: The JavaScript Launcher ⚡