Skip to content

Commit e51e8f5

Browse files
committed
chore: Release
1 parent 5e97a44 commit e51e8f5

File tree

9 files changed

+13
-13
lines changed

9 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.53.3
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: 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.2"
3+
version = "0.53.3"
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.4", path = "../core", features = ["clap"] }
36+
proto_core = { version = "0.53.5", 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: 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.53.4", path = "../core" }
12+
proto_core = { version = "0.53.5", path = "../core" }
1313
proto_pdk_api = { version = "0.31.2", 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.53.4"
3+
version = "0.53.5"
44
edition = "2024"
55
license = "MIT"
66
description = "Core proto APIs."
@@ -14,7 +14,7 @@ proto_pdk_api = { version = "0.31.2", path = "../pdk-api", features = [
1414
] }
1515
proto_shim = { version = "0.7.9", path = "../shim" }
1616
system_env = { version = "0.8.3", path = "../system-env" }
17-
version_spec = { version = "0.9.5", path = "../version-spec", features = [
17+
version_spec = { version = "0.9.6", path = "../version-spec", features = [
1818
"schematic",
1919
] }
2020
warpgate = { version = "0.28.2", path = "../warpgate", features = [

crates/pdk-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ rust-version = "1.85.0"
1010

1111
[dependencies]
1212
system_env = { version = "0.8.3", path = "../system-env" }
13-
version_spec = { version = "0.9.5", path = "../version-spec" }
13+
version_spec = { version = "0.9.6", path = "../version-spec" }
1414
warpgate_api = { version = "0.17.1", path = "../warpgate-api" }
1515
derive_setters = { workspace = true }
1616
rustc-hash = { workspace = true }

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.53.4", path = "../core" }
12+
proto_core = { version = "0.53.5", path = "../core" }
1313
proto_pdk_api = { version = "0.31.2", path = "../pdk-api" }
1414
warpgate = { version = "0.28.2", path = "../warpgate" }
1515
extism = { workspace = true }

crates/version-spec/Cargo.toml

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

version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.53.2
1+
0.53.3

0 commit comments

Comments
 (0)