From 3cfbfb64b514515e1960f6911067cb7c26e9cbde Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Tue, 27 Jun 2023 11:21:06 -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 aa925dcdb..cc53b63dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.11.2 #### 🐞 Fixes diff --git a/Cargo.lock b/Cargo.lock index 27a881cb2..11e0c1248 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1676,7 +1676,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.11.1" +version = "0.11.2" dependencies = [ "async-recursion", "clap", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 1d260c402..81451e798 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "proto_cli" -version = "0.11.1" +version = "0.11.2" edition = "2021" license = "MIT" description = "A multi-language toolchain and version manager." diff --git a/version b/version index af88ba824..bc859cbd6 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11.1 +0.11.2