Skip to content

Commit 23792f8

Browse files
committed
chore: Release
1 parent 05efe8e commit 23792f8

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
@@ -14,7 +14,7 @@
1414
- [Rust](https://github.com/moonrepo/plugins/blob/master/tools/rust/CHANGELOG.md)
1515
- [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/plugins/blob/master/tools/internal-schema/CHANGELOG.md)
1616

17-
## Unreleased
17+
## 0.45.1
1818

1919
#### 🐞 Fixes
2020

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.45.0"
3+
version = "0.45.1"
44
edition = "2021"
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.45.2", path = "../core", features = ["clap"] }
35+
proto_core = { version = "0.45.3", path = "../core", features = ["clap"] }
3636
proto_installer = { version = "0.9.0", path = "../installer" }
3737
proto_pdk_api = { version = "0.25.2", path = "../pdk-api" }
3838
proto_shim = { version = "0.6.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.45.2", path = "../core" }
12+
proto_core = { version = "0.45.3", path = "../core" }
1313
proto_pdk_api = { version = "0.25.2", 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.45.2"
3+
version = "0.45.3"
44
edition = "2021"
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.45.2", path = "../core" }
11+
proto_core = { version = "0.45.3", path = "../core" }
1212
proto_pdk_api = { version = "0.25.2", path = "../pdk-api" }
1313
warpgate = { version = "0.21.0", path = "../warpgate" }
1414
# extism = { workspace = true }

version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.45.0
1+
0.45.1

0 commit comments

Comments
 (0)