From fbc711282df467d416bd5ec516f5b474ce82e6fb Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Mon, 5 Feb 2024 09:40:17 -0800 Subject: [PATCH] chore: Release --- CHANGELOG.md | 2 +- Cargo.lock | 2 +- crates/cli/Cargo.toml | 2 +- version | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3071e9a51..39c5ecd62 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.30.0 #### 💥 Breaking diff --git a/Cargo.lock b/Cargo.lock index 052d7a25b..aeceb6f80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,7 +2173,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.30.0-rc.0" +version = "0.30.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 5920bf86f..f54db1c82 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.30.0-rc.0" +version = "0.30.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index 25939d35c..c25c8e5b7 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.29.1 +0.30.0