Skip to content

Commit 6d3a66e

Browse files
Merge pull request #517 from charlespierce/v0.6.1
v0.6.1
2 parents 11bec6f + d6529ae commit 6d3a66e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
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.6.0"
3+
version = "0.6.1"
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.6.1
2+
3+
- Windows users will see a spinner instead of a � when Volta is loading data (#511)
4+
- Interrupting a tool with Ctrl+C will correctly wait for the tool to exit (#513)
5+
16
# Version 0.6.0
27

38
- Allow installing 3rd-party binaries from private registries (#469)

dev/rpm/volta.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: volta
2-
Version: 0.6.0
2+
Version: 0.6.1
33
Release: 1%{?dist}
44
Summary: The JavaScript Launcher ⚡
55

0 commit comments

Comments
 (0)