Skip to content

Commit

Permalink
Merge pull request #428 from charlespierce/v0.5.0
Browse files Browse the repository at this point in the history
v0.5.0
  • Loading branch information
dherman committed May 13, 2019
2 parents a692438 + e403083 commit f92d8ed
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 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.4.1"
version = "0.5.0"
authors = ["David Herman <david.herman@gmail.com>"]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
Expand Down
9 changes: 9 additions & 0 deletions RELEASES.md
@@ -1,3 +1,12 @@
# Version 0.5.0

- Rename to Volta: The JavaScript Launcher ⚡️
- Change `package.json` key to `volta` from `toolchain` (#413)
- Update `volta completions` behavior to be more usable (#416)
- Improve `volta which` to correctly find user tools (#419)
- Remove unneeded lookups of `package.json` files (#420)
- Cleanup of error messages and extraneous output (#421, #422)

# Version 0.4.1

- Allow tool executions to pass through to the system if no Notion platform exists (#372)
Expand Down

0 comments on commit f92d8ed

Please sign in to comment.