Skip to content

Commit 6723237

Browse files
committed
chore: Release
1 parent d0ca2ed commit 6723237

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

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/pdk-api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moon_pdk_api"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
edition = "2024"
55
license = "MIT"
66
description = "Core APIs for creating moon WASM plugins."

crates/pdk-test-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moon_pdk_test_utils"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
edition = "2024"
55
license = "MIT"
66
description = "Utilities for testing moon WASM plugins."
@@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/moon"
99
publish = true
1010

1111
[dependencies]
12-
moon_pdk_api = { version = "0.2.3", path = "../pdk-api" }
12+
moon_pdk_api = { version = "0.2.4", path = "../pdk-api" }
1313
extism = { workspace = true }
1414
proto_core = { workspace = true }
1515
proto_pdk_test_utils = { workspace = true }

crates/pdk/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "moon_pdk"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2024"
55
license = "MIT"
66
description = "A plugin development kit for creating moon WASM plugins."
@@ -10,7 +10,7 @@ publish = true
1010

1111
[dependencies]
1212
moon_common = { version = "0.1.2", path = "../common" }
13-
moon_pdk_api = { version = "0.2.3", path = "../pdk-api" }
13+
moon_pdk_api = { version = "0.2.4", path = "../pdk-api" }
1414
moon_project = { version = "0.1.3", path = "../project" }
1515
moon_task = { version = "0.1.2", path = "../task" }
1616
clap = { workspace = true }

crates/plugin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ publish = false
1111
[dependencies]
1212
moon_common = { path = "../common" }
1313
moon_env = { path = "../env" }
14-
moon_pdk_api = { version = "0.2.3", path = "../pdk-api" }
14+
moon_pdk_api = { version = "0.2.4", path = "../pdk-api" }
1515
moon_target = { path = "../target" }
1616
moon_workspace_graph = { path = "../workspace-graph" }
1717
async-trait = { workspace = true }

0 commit comments

Comments
 (0)