diff --git a/Cargo.lock b/Cargo.lock
index 9bebb613d..5633a18da 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2040,7 +2040,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[package]]
name = "volta"
-version = "0.9.99"
+version = "1.0.0"
dependencies = [
"atty",
"cfg-if",
diff --git a/Cargo.toml b/Cargo.toml
index 93f91841e..a9820e1a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "volta"
-version = "0.9.99"
-authors = ["David Herman
- Start your engines. + The Hassle-Free JavaScript Tool Manager
diff --git a/RELEASES.md b/RELEASES.md index 63dac2db6..687ff2b3a 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +# Version 1.0.0 + +- Support for `npm link` (#888, #889, #891) +- Support for `npm update -g` and `yarn global upgrade` (#895) +- Improvements in the handling of `npm` and `yarn` commands (#886, #887) + # Version 0.9.3 - Various fixes to event plugin logic (#892, #894, #897)