Skip to content

Commit f9623f2

Browse files
committed
chore: Release
1 parent 598a079 commit f9623f2

File tree

8 files changed

+13
-13
lines changed

8 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- [Rust](https://github.com/moonrepo/plugins/blob/master/tools/rust/CHANGELOG.md)
1616
- [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/plugins/blob/master/tools/internal-schema/CHANGELOG.md)
1717

18-
## Unreleased
18+
## 0.52.4
1919

2020
#### 🚀 Updates
2121

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_cli"
3-
version = "0.52.3"
3+
version = "0.52.4"
44
edition = "2024"
55
license = "MIT"
66
description = "A multi-language version manager, a unified toolchain."
@@ -33,9 +33,9 @@ name = "proto-shim"
3333
path = "src/main_shim.rs"
3434

3535
[dependencies]
36-
proto_core = { version = "0.52.3", path = "../core", features = ["clap"] }
36+
proto_core = { version = "0.52.4", path = "../core", features = ["clap"] }
3737
proto_pdk_api = { version = "0.30.0", path = "../pdk-api" }
38-
proto_shim = { version = "0.7.7", path = "../shim" }
38+
proto_shim = { version = "0.7.8", path = "../shim" }
3939
system_env = { version = "0.8.3", path = "../system-env" }
4040
anyhow = { workspace = true }
4141
async-trait = { workspace = true }

crates/codegen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ publish = false
99
dist = false
1010

1111
[dependencies]
12-
proto_core = { version = "0.52.3", path = "../core" }
12+
proto_core = { version = "0.52.4", path = "../core" }
1313
proto_pdk_api = { version = "0.30.0", path = "../pdk-api", features = [
1414
"schematic",
1515
] }

crates/core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_core"
3-
version = "0.52.3"
3+
version = "0.52.4"
44
edition = "2024"
55
license = "MIT"
66
description = "Core proto APIs."
@@ -12,7 +12,7 @@ rust-version = "1.89.0"
1212
proto_pdk_api = { version = "0.30.0", path = "../pdk-api", features = [
1313
"schematic",
1414
] }
15-
proto_shim = { version = "0.7.7", path = "../shim" }
15+
proto_shim = { version = "0.7.8", path = "../shim" }
1616
system_env = { version = "0.8.3", path = "../system-env" }
1717
version_spec = { version = "0.9.5", path = "../version-spec", features = [
1818
"schematic",

crates/pdk-test-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto"
99
rust-version = "1.89.0"
1010

1111
[dependencies]
12-
proto_core = { version = "0.52.3", path = "../core" }
12+
proto_core = { version = "0.52.4", path = "../core" }
1313
proto_pdk_api = { version = "0.30.0", path = "../pdk-api" }
1414
warpgate = { version = "0.27.2", path = "../warpgate" }
1515
extism = { workspace = true }

crates/shim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_shim"
3-
version = "0.7.7"
3+
version = "0.7.8"
44
edition = "2024"
55
license = "MIT"
66
description = "Utilities for working with proto shims."

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.52.3
1+
0.52.4

0 commit comments

Comments
 (0)