Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 6, 2024
1 parent ef87258 commit 5e1ecc3
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [Rust](https://github.com/moonrepo/tools/blob/master/tools/rust/CHANGELOG.md)
- [TOML schema](https://github.com/moonrepo/tools/blob/master/tools/internal-schema/CHANGELOG.md)

## Unreleased
## 0.41.0

#### 🚀 Updates

Expand Down
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_cli"
version = "0.40.4"
version = "0.41.0"
edition = "2021"
license = "MIT"
description = "A multi-language version manager, a unified toolchain."
Expand Down Expand Up @@ -32,7 +32,7 @@ name = "proto-shim"
path = "src/main_shim.rs"

[dependencies]
proto_core = { version = "0.40.5", path = "../core", features = ["clap"] }
proto_core = { version = "0.41.0", path = "../core", features = ["clap"] }
proto_installer = { version = "0.7.0", path = "../installer" }
proto_pdk_api = { version = "0.23.0", path = "../pdk-api" }
proto_shim = { version = "0.5.0", path = "../shim" }
Expand Down
2 changes: 1 addition & 1 deletion crates/codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ publish = false
dist = false

[dependencies]
proto_core = { version = "0.40.5", path = "../core" }
proto_core = { version = "0.41.0", path = "../core" }
proto_pdk_api = { version = "0.23.0", path = "../pdk-api", features = [
"schematic",
] }
Expand Down
4 changes: 2 additions & 2 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_core"
version = "0.40.5"
version = "0.41.0"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
Expand All @@ -15,7 +15,7 @@ proto_shim = { version = "0.5.0", path = "../shim" }
version_spec = { version = "0.7.0", path = "../version-spec", features = [
"schematic",
] }
warpgate = { version = "0.17.2", path = "../warpgate", features = [
warpgate = { version = "0.18.0", path = "../warpgate", features = [
"schematic",
] }
clap = { workspace = true, optional = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/pdk-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "proto_pdk_test_utils"
version = "0.27.1"
version = "0.28.0"
edition = "2021"
license = "MIT"
description = "Utilities for testing proto WASM plugins."
homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_core = { version = "0.40.5", path = "../core" }
proto_core = { version = "0.41.0", path = "../core" }
proto_pdk_api = { version = "0.23.0", path = "../pdk-api" }
warpgate = { version = "0.17.2", path = "../warpgate" }
warpgate = { version = "0.18.0", path = "../warpgate" }
serde = { workspace = true }
serde_json = { workspace = true }
starbase_sandbox = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/warpgate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warpgate"
version = "0.17.2"
version = "0.18.0"
edition = "2021"
license = "MIT"
description = "Download, resolve, and manage Extism WASM plugins."
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.40.4
0.41.0

0 comments on commit 5e1ecc3

Please sign in to comment.