diff --git a/Cargo.lock b/Cargo.lock index a7e64aecc..82a3a81ab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -635,9 +635,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "fs-utils" version = "0.1.0" -dependencies = [ - "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", -] [[package]] name = "fuchsia-cprng" @@ -2340,7 +2337,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "volta" -version = "0.6.2" +version = "0.6.3" 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 f654389ee..b06a34ac2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "0.6.2" +version = "0.6.3" authors = ["David Herman "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index a4e233a89..48195ddc5 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +# Version 0.6.3 + +- `volta install` will no longer error when installing a scoped binary package (#537) + # Version 0.6.2 - Added `volta list` command for inspecting the available tools and versions (#461) diff --git a/dev/rpm/volta.spec b/dev/rpm/volta.spec index e7f92aff3..4184f4c7c 100644 --- a/dev/rpm/volta.spec +++ b/dev/rpm/volta.spec @@ -1,5 +1,5 @@ Name: volta -Version: 0.6.2 +Version: 0.6.3 Release: 1%{?dist} Summary: The JavaScript Launcher ⚡