From 79ec465d901657fdfee257f8af125d8468a363bb Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Thu, 16 May 2024 12:06:21 -0700 Subject: [PATCH] chore: Release --- CHANGELOG.md | 2 +- Cargo.lock | 4 ++-- crates/cli/Cargo.toml | 4 ++-- crates/core/Cargo.toml | 2 +- crates/shim/Cargo.toml | 2 +- version | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22176008a..e84926372 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.35.2 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index 8d225c00f..a40e260fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2285,7 +2285,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.35.1" +version = "0.35.2" dependencies = [ "anyhow", "chrono", @@ -2420,7 +2420,7 @@ dependencies = [ [[package]] name = "proto_shim" -version = "0.3.0" +version = "0.3.1" dependencies = [ "command-group", "dirs 5.0.1", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 50d6329f5..19ddeb8c3 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.35.1" +version = "0.35.2" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." @@ -35,7 +35,7 @@ path = "src/main_shim.rs" proto_core = { version = "0.35.3", path = "../core" } proto_installer = { version = "0.5.0", path = "../installer" } proto_pdk_api = { version = "0.19.0", path = "../pdk-api" } -proto_shim = { version = "0.3.0", path = "../shim" } +proto_shim = { version = "0.3.1", path = "../shim" } system_env = { version = "0.5.0", path = "../system-env" } anyhow = { workspace = true } chrono = "0.4.38" diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index a640bea12..032ab7fd2 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto" [dependencies] proto_pdk_api = { version = "0.19.0", path = "../pdk-api" } -proto_shim = { version = "0.3.0", path = "../shim" } +proto_shim = { version = "0.3.1", path = "../shim" } version_spec = { version = "0.5.0", path = "../version-spec", features = [ "schematic", ] } diff --git a/crates/shim/Cargo.toml b/crates/shim/Cargo.toml index e3a9bb26d..d1c0ec976 100644 --- a/crates/shim/Cargo.toml +++ b/crates/shim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_shim" -version = "0.3.0" +version = "0.3.1" edition = "2021" license = "MIT" description = "Utilities for working with proto shims." diff --git a/version b/version index 731b95d7f..abc2aab9b 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.35.1 +0.35.2