diff --git a/Cargo.lock b/Cargo.lock index c3ec1d188..11b1f0cd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2040,7 +2040,7 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "volta" -version = "0.9.2" +version = "0.9.3" dependencies = [ "atty", "cfg-if", diff --git a/Cargo.toml b/Cargo.toml index d5f341e8a..10c895f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "volta" -version = "0.9.2" +version = "0.9.3" authors = ["David Herman "] license = "BSD-2-Clause" repository = "https://github.com/volta-cli/volta" diff --git a/RELEASES.md b/RELEASES.md index 84e02b73f..63dac2db6 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,7 @@ +# Version 0.9.3 + +- Various fixes to event plugin logic (#892, #894, #897) + # Version 0.9.2 - Correctly detect Volta binary installation directory (#864)