Skip to content

Commit 0d8cdda

Browse files
committed
chore: Release
1 parent be02a78 commit 0d8cdda

7 files changed

Lines changed: 9 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [Swift](https://github.com/moonrepo/plugins/blob/master/tools/swift/CHANGELOG.md)
1919
- [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/plugins/blob/master/tools/internal-schema/CHANGELOG.md)
2020

21-
## Unreleased
21+
## 0.61.1
2222

2323
#### 🛠️ Tools
2424

Cargo.lock

Lines changed: 2 additions & 2 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.61.0"
3+
version = "0.61.1"
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.61.4", path = "../core", features = [
36+
proto_core = { version = "0.61.5", path = "../core", features = [
3737
"clap",
3838
"otel",
3939
] }

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.61.4", path = "../core" }
12+
proto_core = { version = "0.61.5", path = "../core" }
1313
proto_pdk_api = { version = "0.34.3", 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.61.4"
3+
version = "0.61.5"
44
edition = "2024"
55
license = "MIT"
66
description = "Core proto APIs."

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.61.4", path = "../core" }
12+
proto_core = { version = "0.61.5", path = "../core" }
1313
proto_pdk_api = { version = "0.34.3", path = "../pdk-api" }
1414
warpgate = { version = "0.36.2", 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.61.0
1+
0.61.1

0 commit comments

Comments
 (0)