From 87b88aa810b7e18182a1ce46996b506275b647ab Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Wed, 20 Mar 2024 14:41:18 -0700 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 d5960a3be..61920e16c 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.32.0 #### 💥 Breaking diff --git a/Cargo.lock b/Cargo.lock index 0697bf148..c06e1966b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2238,7 +2238,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.31.5" +version = "0.32.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 6ba57617a..5ba954b8f 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.31.5" +version = "0.32.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index 5f94ce059..9eb2aa3f1 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.31.5 +0.32.0