diff --git a/CHANGELOG.md b/CHANGELOG.md index 711042f95..961d85b50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - [Rust](https://github.com/moonrepo/rust-plugin/blob/master/CHANGELOG.md) - [Schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md) -## Unreleased +## 0.17.0 #### 💥 Breaking diff --git a/Cargo.lock b/Cargo.lock index 7d51799c1..fd95ecc8e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2312,7 +2312,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.16.1" +version = "0.17.0" dependencies = [ "clap 4.4.2", "clap_complete", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 26f682081..9de791971 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.16.1" +version = "0.17.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index 2a0970ca7..c5523bd09 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.16.1 +0.17.0