Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Apr 15, 2024
1 parent 97a1e6a commit 89a9130
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.34.4

#### 🚀 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.34.3"
version = "0.34.4"
edition = "2021"
license = "MIT"
description = "A multi-language version manager, a unified toolchain."
Expand Down Expand Up @@ -32,7 +32,7 @@ name = "proto-shim"
path = "src/main_shim.rs"

[dependencies]
proto_core = { version = "0.34.3", path = "../core" }
proto_core = { version = "0.34.4", path = "../core" }
proto_installer = { version = "0.3.3", path = "../installer" }
proto_pdk_api = { version = "0.17.5", path = "../pdk-api" }
proto_shim = { version = "0.2.9", path = "../shim" }
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_core"
version = "0.34.3"
version = "0.34.4"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
Expand Down
2 changes: 1 addition & 1 deletion crates/pdk-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_core = { version = "0.34.3", path = "../core" }
proto_core = { version = "0.34.4", path = "../core" }
proto_pdk_api = { version = "0.17.5", path = "../pdk-api" }
warpgate = { version = "0.12.1", path = "../warpgate" }
extism = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.34.3
0.34.4

0 comments on commit 89a9130

Please sign in to comment.