Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed May 16, 2024
1 parent b23d62e commit 79ec465
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }
Expand Down
2 changes: 1 addition & 1 deletion crates/shim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.35.1
0.35.2

0 comments on commit 79ec465

Please sign in to comment.