Skip to content

Commit 6053fb8

Browse files
committed
chore: Release
1 parent 2f64dfd commit 6053fb8

File tree

10 files changed

+17
-17
lines changed

10 files changed

+17
-17
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.2
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

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

3434
[dependencies]
35-
proto_core = { version = "0.47.7", path = "../core", features = ["clap"] }
35+
proto_core = { version = "0.47.8", path = "../core", features = ["clap"] }
3636
proto_installer = { version = "0.12.2", path = "../installer" }
3737
proto_pdk_api = { version = "0.27.5", path = "../pdk-api" }
3838
proto_shim = { version = "0.7.0", path = "../shim" }

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

crates/core/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_core"
3-
version = "0.47.7"
3+
version = "0.47.8"
44
edition = "2024"
55
license = "MIT"
66
description = "Core proto APIs."
@@ -13,10 +13,10 @@ proto_pdk_api = { version = "0.27.5", path = "../pdk-api", features = [
1313
] }
1414
proto_shim = { version = "0.7.0", path = "../shim" }
1515
system_env = { version = "0.8.0", path = "../system-env" }
16-
version_spec = { version = "0.9.0", path = "../version-spec", features = [
16+
version_spec = { version = "0.9.1", path = "../version-spec", features = [
1717
"schematic",
1818
] }
19-
warpgate = { version = "0.23.4", path = "../warpgate", features = [
19+
warpgate = { version = "0.23.5", path = "../warpgate", features = [
2020
"schematic",
2121
] }
2222
clap = { workspace = true, optional = true }

crates/pdk-api/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto"
99

1010
[dependencies]
1111
system_env = { version = "0.8.0", path = "../system-env" }
12-
version_spec = { version = "0.9.0", path = "../version-spec" }
12+
version_spec = { version = "0.9.1", path = "../version-spec" }
1313
warpgate_api = { version = "0.13.4", path = "../warpgate-api" }
1414
rustc-hash = { workspace = true }
1515
schematic = { workspace = true, features = [

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.7", path = "../core" }
11+
proto_core = { version = "0.47.8", path = "../core" }
1212
proto_pdk_api = { version = "0.27.5", path = "../pdk-api" }
13-
warpgate = { version = "0.23.4", path = "../warpgate" }
13+
warpgate = { version = "0.23.5", path = "../warpgate" }
1414
# extism = { workspace = true }
1515
serde = { workspace = true }
1616
serde_json = { workspace = true }

crates/version-spec/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "version_spec"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2024"
55
license = "MIT"
66
description = "A specification for working with partial, full, or aliased versions. Supports semver and calver."

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.4"
3+
version = "0.23.5"
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.1
1+
0.47.2

0 commit comments

Comments
 (0)