diff --git a/CHANGELOG.md b/CHANGELOG.md index c0c548cf..376c1913 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - [Rust](https://github.com/moonrepo/rust-plugin/blob/master/CHANGELOG.md) - [TOML schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md) -## Unreleased +## 0.31.0 In preparation for an official v1 release, improved stability, and overall developer experience, we're renaming some commands, and removing the "global packages" functionality. diff --git a/Cargo.lock b/Cargo.lock index 0bb054f8..e848b410 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2214,7 +2214,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.30.2" +version = "0.31.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 118a944c..4342bf06 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.30.2" +version = "0.31.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index 0f721773..26bea73e 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.30.2 +0.31.0