Skip to content

Commit

Permalink
Merge pull request #487 from charlespierce/v0.5.5
Browse files Browse the repository at this point in the history
v0.5.5
  • Loading branch information
charlespierce committed Jun 24, 2019
2 parents 2528cde + 2aed960 commit d212715
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "volta"
version = "0.5.4"
version = "0.5.5"
authors = ["David Herman <david.herman@gmail.com>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
6 changes: 6 additions & 0 deletions RELEASES.md
@@ -1,3 +1,9 @@
# Version 0.5.5

- Proper support for relative paths in Bin hooks (#468)
- Diagnostic messages for shims with `VOLTA_LOGLEVEL=debug` (#466)
- Preserve user order for multiple tool installs (#479)

# Version 0.5.4

- Show additional diagnostic messages when run with `--verbose` (#455)
Expand Down
2 changes: 1 addition & 1 deletion dev/rpm/volta.spec
@@ -1,5 +1,5 @@
Name: volta
Version: 0.5.3
Version: 0.5.5
Release: 1%{?dist}
Summary: The JavaScript Launcher ⚡

Expand Down

0 comments on commit d212715

Please sign in to comment.