Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Sep 17, 2023
1 parent 6db9d71 commit e09995f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ name = "proto"
path = "src/main.rs"

[dependencies]
proto_core = { version = "0.17.4", path = "../core" }
proto_core = { version = "0.17.5", path = "../core" }
proto_pdk_api = { version = "0.7.1", path = "../pdk-api" }
proto_schema_plugin = { version = "0.11.4", path = "../schema-plugin" }
proto_wasm_plugin = { version = "0.6.5", path = "../wasm-plugin" }
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.17.4"
version = "0.17.5"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/moonrepo/proto"
[dependencies]
proto_pdk_api = { version = "0.7.1", path = "../pdk-api" }
proto_wasm_plugin = { version = "0.6.5", path = "../wasm-plugin" }
warpgate = { version = "0.5.4", path = "../warpgate" }
warpgate = { version = "0.5.5", path = "../warpgate" }
cached = { workspace = true }
extism = { workspace = true }
human-sort = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/pdk-test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_core = { version = "0.17.4", path = "../core" }
proto_core = { version = "0.17.5", path = "../core" }
proto_pdk_api = { version = "0.7.1", path = "../pdk-api" }
proto_wasm_plugin = { version = "0.6.5", path = "../wasm-plugin" }
extism = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/pdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_pdk"
version = "0.7.1"
version = "0.7.2"
edition = "2021"
license = "MIT"
description = "A plugin development kit for creating proto WASM plugins."
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.5.4"
version = "0.5.5"
edition = "2021"
license = "MIT"
description = "Download, resolve, and manage Extism WASM plugins at runtime."
Expand Down

0 comments on commit e09995f

Please sign in to comment.