From e4d84d7d0fdff841f50902972bf546b8c74fbb00 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Thu, 16 Nov 2023 13:41:02 -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 cc89b8b5d..7c3488f07 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.23.0 #### 💥 Breaking diff --git a/Cargo.lock b/Cargo.lock index 200d98f02..06f37636c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2301,7 +2301,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.22.2" +version = "0.23.0" dependencies = [ "chrono", "clap 4.4.8", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 044606cd3..3ef223f06 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.22.2" +version = "0.23.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index faa5fb265..ca222b7cf 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.22.2 +0.23.0