Skip to content

Commit a18d7eb

Browse files
committed
chore: Release
1 parent 39ac602 commit a18d7eb

File tree

9 files changed

+20
-20
lines changed

9 files changed

+20
-20
lines changed

CHANGELOG.md

+1-1
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.47.5
1919

2020
#### 🚀 Updates
2121

Cargo.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/cli/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_cli"
3-
version = "0.47.4"
3+
version = "0.47.5"
44
edition = "2024"
55
license = "MIT"
66
description = "A multi-language version manager, a unified toolchain."
@@ -32,9 +32,9 @@ name = "proto-shim"
3232
path = "src/main_shim.rs"
3333

3434
[dependencies]
35-
proto_core = { version = "0.47.9", path = "../core", features = ["clap"] }
35+
proto_core = { version = "0.47.10", path = "../core", features = ["clap"] }
3636
proto_installer = { version = "0.12.2", path = "../installer" }
37-
proto_pdk_api = { version = "0.27.5", path = "../pdk-api" }
37+
proto_pdk_api = { version = "0.27.6", path = "../pdk-api" }
3838
proto_shim = { version = "0.7.0", path = "../shim" }
3939
system_env = { version = "0.8.0", path = "../system-env" }
4040
anyhow = { workspace = true }

crates/codegen/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ publish = false
99
dist = false
1010

1111
[dependencies]
12-
proto_core = { version = "0.47.9", path = "../core" }
13-
proto_pdk_api = { version = "0.27.5", path = "../pdk-api", features = [
12+
proto_core = { version = "0.47.10", path = "../core" }
13+
proto_pdk_api = { version = "0.27.6", path = "../pdk-api", features = [
1414
"schematic",
1515
] }
1616
schematic = { workspace = true, features = [

crates/core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "proto_core"
3-
version = "0.47.9"
3+
version = "0.47.10"
44
edition = "2024"
55
license = "MIT"
66
description = "Core proto APIs."
77
homepage = "https://moonrepo.dev/proto"
88
repository = "https://github.com/moonrepo/proto"
99

1010
[dependencies]
11-
proto_pdk_api = { version = "0.27.5", path = "../pdk-api", features = [
11+
proto_pdk_api = { version = "0.27.6", path = "../pdk-api", features = [
1212
"schematic",
1313
] }
1414
proto_shim = { version = "0.7.0", path = "../shim" }

crates/pdk-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_pdk_api"
3-
version = "0.27.5"
3+
version = "0.27.6"
44
edition = "2024"
55
license = "MIT"
66
description = "Core APIs for creating proto WASM plugins."

crates/pdk-test-utils/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
[package]
22
name = "proto_pdk_test_utils"
3-
version = "0.35.5"
3+
version = "0.35.6"
44
edition = "2024"
55
license = "MIT"
66
description = "Utilities for testing proto WASM plugins."
77
homepage = "https://moonrepo.dev/proto"
88
repository = "https://github.com/moonrepo/proto"
99

1010
[dependencies]
11-
proto_core = { version = "0.47.9", path = "../core" }
12-
proto_pdk_api = { version = "0.27.5", path = "../pdk-api" }
11+
proto_core = { version = "0.47.10", path = "../core" }
12+
proto_pdk_api = { version = "0.27.6", path = "../pdk-api" }
1313
warpgate = { version = "0.23.7", path = "../warpgate" }
1414
extism = { workspace = true }
1515
serde = { workspace = true }

crates/pdk/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "proto_pdk"
3-
version = "0.28.3"
3+
version = "0.28.4"
44
edition = "2024"
55
license = "MIT"
66
description = "A plugin development kit for creating proto WASM plugins."
77
homepage = "https://moonrepo.dev/proto"
88
repository = "https://github.com/moonrepo/proto"
99

1010
[dependencies]
11-
proto_pdk_api = { version = "0.27.5", path = "../pdk-api" }
11+
proto_pdk_api = { version = "0.27.6", path = "../pdk-api" }
1212
warpgate_pdk = { version = "0.12.2", path = "../warpgate-pdk" }
1313
extism-pdk = { workspace = true }
1414
rustc-hash = { workspace = true }

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.47.4
1+
0.47.5

0 commit comments

Comments
 (0)