diff --git a/CHANGELOG.md b/CHANGELOG.md index c265e6b2..fa2ce17b 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.27.0 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index 0500d891..9149474b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2308,7 +2308,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.26.5" +version = "0.27.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 104802c4..20e05163 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.26.5" +version = "0.27.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index 5564d9ac..1b58cc10 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.26.5 +0.27.0