Skip to content

Commit e4f765b

Browse files
committed
chore: Release
1 parent 1c96ef1 commit e4f765b

File tree

7 files changed

+13
-13
lines changed

7 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.54.0
1919

2020
#### 🚀 Updates
2121

Cargo.lock

Lines changed: 4 additions & 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_cli"
3-
version = "0.53.4"
3+
version = "0.54.0"
44
edition = "2024"
55
license = "MIT"
66
description = "A multi-language version manager, a unified toolchain."
@@ -33,7 +33,7 @@ name = "proto-shim"
3333
path = "src/main_shim.rs"
3434

3535
[dependencies]
36-
proto_core = { version = "0.53.6", path = "../core", features = ["clap"] }
36+
proto_core = { version = "0.54.0", path = "../core", features = ["clap"] }
3737
proto_pdk_api = { version = "0.31.2", path = "../pdk-api" }
3838
proto_shim = { version = "0.7.9", path = "../shim" }
3939
system_env = { version = "0.8.3", path = "../system-env" }

crates/codegen/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_codegen"
3-
version = "0.8.2"
3+
version = "0.9.0"
44
edition = "2024"
55
license = "MIT"
66
publish = false
@@ -9,7 +9,7 @@ publish = false
99
dist = false
1010

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

crates/core/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_core"
3-
version = "0.53.6"
3+
version = "0.54.0"
44
edition = "2024"
55
license = "MIT"
66
description = "Core proto APIs."

crates/pdk-test-utils/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_pdk_test_utils"
3-
version = "0.41.2"
3+
version = "0.42.0"
44
edition = "2024"
55
license = "MIT"
66
description = "Utilities for testing proto WASM plugins."
@@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto"
99
rust-version = "1.89.0"
1010

1111
[dependencies]
12-
proto_core = { version = "0.53.6", path = "../core" }
12+
proto_core = { version = "0.54.0", path = "../core" }
1313
proto_pdk_api = { version = "0.31.2", path = "../pdk-api" }
1414
warpgate = { version = "0.28.3", path = "../warpgate" }
1515
extism = { workspace = true }

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.53.4
1+
0.54.0

0 commit comments

Comments
 (0)