From d5969db2e6fd348645885e0b880b6625ad1543b1 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Tue, 23 Jan 2024 11:11:50 -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 e6c305745..53df5a950 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.29.0 #### 💥 Breaking diff --git a/Cargo.lock b/Cargo.lock index 7546b1db7..902009535 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2174,7 +2174,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.28.2" +version = "0.29.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index d8f9fe9a2..f247f8518 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.28.2" +version = "0.29.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index a37255a85..ae6dd4e20 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.28.2 +0.29.0