From 82b267209faaf100f9ddf10a9904952026f62cc9 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 1 Mar 2024 15:39: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 c0c548cf2..376c19134 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.31.0 In preparation for an official v1 release, improved stability, and overall developer experience, we're renaming some commands, and removing the "global packages" functionality. diff --git a/Cargo.lock b/Cargo.lock index 0bb054f82..e848b4107 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2214,7 +2214,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.30.2" +version = "0.31.0" dependencies = [ "anyhow", "chrono", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 118a944ca..4342bf06e 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.30.2" +version = "0.31.0" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index 0f7217737..26bea73e8 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.30.2 +0.31.0