Skip to content

Commit 45aad75

Browse files
committed
chore: Release
1 parent 783c842 commit 45aad75

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
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.8
1919

2020
#### 🐞 Fixes
2121

Cargo.lock

+2-2
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.7"
3+
version = "0.47.8"
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.12", path = "../core", features = ["clap"] }
35+
proto_core = { version = "0.47.13", path = "../core", features = ["clap"] }
3636
proto_installer = { version = "0.12.3", path = "../installer" }
3737
proto_pdk_api = { version = "0.27.6", path = "../pdk-api" }
3838
proto_shim = { version = "0.7.2", 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.12", path = "../core" }
12+
proto_core = { version = "0.47.13", path = "../core" }
1313
proto_pdk_api = { version = "0.27.6", path = "../pdk-api", features = [
1414
"schematic",
1515
] }

crates/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "proto_core"
3-
version = "0.47.12"
3+
version = "0.47.13"
44
edition = "2024"
55
license = "MIT"
66
description = "Core proto APIs."

crates/pdk-test-utils/Cargo.toml

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

1010
[dependencies]
11-
proto_core = { version = "0.47.12", path = "../core" }
11+
proto_core = { version = "0.47.13", path = "../core" }
1212
proto_pdk_api = { version = "0.27.6", path = "../pdk-api" }
1313
warpgate = { version = "0.23.8", path = "../warpgate" }
1414
extism = { workspace = true }

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.47.7
1+
0.47.8

0 commit comments

Comments
 (0)