From 45a84c0c2b24de13bb664d6c5b3c686699679155 Mon Sep 17 00:00:00 2001
From: Chuck Pierce
Date: Thu, 17 Dec 2020 16:53:00 -0800
Subject: [PATCH 1/2] v1.0.0
---
Cargo.lock | 2 +-
Cargo.toml | 4 ++--
RELEASES.md | 6 ++++++
3 files changed, 9 insertions(+), 3 deletions(-)
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 "]
+version = "1.0.0"
+authors = ["David Herman ", "Charles Pierce "]
license = "BSD-2-Clause"
repository = "https://github.com/volta-cli/volta"
edition = "2018"
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)
From 294c7fcc4b7f46c96c187fc49bf49103cc77608c Mon Sep 17 00:00:00 2001
From: Chuck Pierce
Date: Fri, 18 Dec 2020 15:43:55 -0800
Subject: [PATCH 2/2] Also update the README tagline
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d9a82cbb7..c51b91be5 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@
- Start your engines.
+ The Hassle-Free JavaScript Tool Manager