From 5ab14f645ea20d0c4126ef58e5e66757c42a8fb1 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Thu, 7 Mar 2024 12:45:42 -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 a2ef2b8b..1ec10ead 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.4 #### 🐞 Fixes diff --git a/Cargo.lock b/Cargo.lock index 25f0e9ea..7e81b69a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2225,7 +2225,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.31.3" +version = "0.31.4" dependencies = [ "anyhow", "chrono", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index c39e070a..f1dacd4d 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.31.3" +version = "0.31.4" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index 8239f42d..a8a02172 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.31.3 +0.31.4