From 712ab90d67b477c41860721f47a81aa9a1af2669 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Sat, 3 Aug 2024 18:20:38 -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 897e3cfbd..f4e9f7a5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - [Rust](https://github.com/moonrepo/tools/blob/master/tools/rust/CHANGELOG.md) - [TOML schema](https://github.com/moonrepo/tools/blob/master/tools/internal-schema/CHANGELOG.md) -## Unreleased +## 0.39.6 #### 🐞 Fixes diff --git a/Cargo.lock b/Cargo.lock index 83b2dc508..b9c95da40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2295,7 +2295,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.39.5" +version = "0.39.6" dependencies = [ "anyhow", "async-trait", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 0d88311a7..88f92fb24 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.39.5" +version = "0.39.6" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." diff --git a/version b/version index adbb8d452..e5d9eb181 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.39.5 +0.39.6