Skip to content

Commit 4a2bc38

Browse files
committed
chore: Release
1 parent 9a1ac67 commit 4a2bc38

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
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.11
1919

2020
#### 🚀 Updates
2121

Cargo.lock

+4-4
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.10"
3+
version = "0.47.11"
44
edition = "2024"
55
license = "MIT"
66
description = "A multi-language version manager, a unified toolchain."
@@ -32,8 +32,8 @@ name = "proto-shim"
3232
path = "src/main_shim.rs"
3333

3434
[dependencies]
35-
proto_core = { version = "0.47.15", path = "../core", features = ["clap"] }
36-
proto_installer = { version = "0.12.3", path = "../installer" }
35+
proto_core = { version = "0.47.16", path = "../core", features = ["clap"] }
36+
proto_installer = { version = "0.12.4", path = "../installer" }
3737
proto_pdk_api = { version = "0.27.6", path = "../pdk-api" }
3838
proto_shim = { version = "0.7.2", path = "../shim" }
3939
system_env = { version = "0.8.0", path = "../system-env" }

crates/codegen/Cargo.toml

+1-1
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.47.15", path = "../core" }
12+
proto_core = { version = "0.47.16", path = "../core" }
1313
proto_pdk_api = { version = "0.27.6", path = "../pdk-api", features = [
1414
"schematic",
1515
] }

crates/core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_core"
3-
version = "0.47.15"
3+
version = "0.47.16"
44
edition = "2024"
55
license = "MIT"
66
description = "Core proto APIs."
@@ -16,7 +16,7 @@ system_env = { version = "0.8.0", path = "../system-env" }
1616
version_spec = { version = "0.9.1", path = "../version-spec", features = [
1717
"schematic",
1818
] }
19-
warpgate = { version = "0.23.9", path = "../warpgate", features = [
19+
warpgate = { version = "0.23.10", path = "../warpgate", features = [
2020
"schematic",
2121
] }
2222
clap = { workspace = true, optional = true }

crates/installer/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_installer"
3-
version = "0.12.3"
3+
version = "0.12.4"
44
edition = "2024"
55
license = "MIT"
66
description = "Download and install proto."

crates/pdk-test-utils/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ homepage = "https://moonrepo.dev/proto"
88
repository = "https://github.com/moonrepo/proto"
99

1010
[dependencies]
11-
proto_core = { version = "0.47.15", path = "../core" }
11+
proto_core = { version = "0.47.16", path = "../core" }
1212
proto_pdk_api = { version = "0.27.6", path = "../pdk-api" }
13-
warpgate = { version = "0.23.9", path = "../warpgate" }
13+
warpgate = { version = "0.23.10", path = "../warpgate" }
1414
extism = { workspace = true }
1515
serde = { workspace = true }
1616
serde_json = { workspace = true }

crates/warpgate/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "warpgate"
3-
version = "0.23.9"
3+
version = "0.23.10"
44
edition = "2024"
55
license = "MIT"
66
description = "Download, resolve, and manage Extism WASM plugins."

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.47.10
1+
0.47.11

0 commit comments

Comments
 (0)