Skip to content

Commit f92d8ed

Browse files
authored
Merge pull request #428 from charlespierce/v0.5.0
v0.5.0
2 parents a692438 + e403083 commit f92d8ed

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "volta"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
authors = ["David Herman <david.herman@gmail.com>"]
55
license = "BSD-2-Clause"
66
repository = "https://github.com/volta-cli/volta"

RELEASES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# Version 0.5.0
2+
3+
- Rename to Volta: The JavaScript Launcher ⚡️
4+
- Change `package.json` key to `volta` from `toolchain` (#413)
5+
- Update `volta completions` behavior to be more usable (#416)
6+
- Improve `volta which` to correctly find user tools (#419)
7+
- Remove unneeded lookups of `package.json` files (#420)
8+
- Cleanup of error messages and extraneous output (#421, #422)
9+
110
# Version 0.4.1
211

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

0 commit comments

Comments
 (0)