Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 4, 2024
1 parent 95de8ea commit 1087586
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 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/rust-plugin/blob/master/CHANGELOG.md)
- [TOML schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md)

## Unreleased
## 0.31.2

#### 🐞 Fixes

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

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

8 changes: 4 additions & 4 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.31.1"
version = "0.31.2"
edition = "2021"
license = "MIT"
description = "A multi-language version manager, a unified toolchain."
Expand Down Expand Up @@ -32,9 +32,9 @@ name = "proto-shim"
path = "src/main_shim.rs"

[dependencies]
proto_core = { version = "0.31.4", path = "../core" }
proto_installer = { version = "0.2.3", path = "../installer" }
proto_pdk_api = { version = "0.17.2", path = "../pdk-api" }
proto_core = { version = "0.31.5", path = "../core" }
proto_installer = { version = "0.2.4", path = "../installer" }
proto_pdk_api = { version = "0.17.3", path = "../pdk-api" }
proto_shim = { version = "0.2.7", path = "../shim" }
system_env = { version = "0.2.4", path = "../system-env" }
anyhow = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
[package]
name = "proto_core"
version = "0.31.4"
version = "0.31.5"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_pdk_api = { version = "0.17.2", path = "../pdk-api" }
proto_pdk_api = { version = "0.17.3", path = "../pdk-api" }
proto_shim = { version = "0.2.7", path = "../shim" }
system_env = { version = "0.2.4", path = "../system-env", features = [
"schematic",
] }
version_spec = { version = "0.2.1", path = "../version-spec", features = [
"schematic",
] }
warpgate = { version = "0.11.4", path = "../warpgate", features = [
warpgate = { version = "0.11.5", path = "../warpgate", features = [
"schematic",
] }
cached = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/installer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_installer"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "MIT"
description = "Download and install proto."
Expand Down
4 changes: 2 additions & 2 deletions crates/pdk-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_pdk_api"
version = "0.17.2"
version = "0.17.3"
edition = "2021"
license = "MIT"
description = "Core APIs for creating proto WASM plugins."
Expand All @@ -10,7 +10,7 @@ repository = "https://github.com/moonrepo/proto"
[dependencies]
system_env = { version = "0.2.4", path = "../system-env" }
version_spec = { version = "0.2.1", path = "../version-spec" }
warpgate_api = { version = "0.4.4", path = "../warpgate-api" }
warpgate_api = { version = "0.4.5", path = "../warpgate-api" }
rustc-hash = { workspace = true }
semver = { workspace = true, features = ["serde"] }
serde = { workspace = 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
Expand Up @@ -8,9 +8,9 @@ homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_core = { version = "0.31.4", path = "../core" }
proto_pdk_api = { version = "0.17.2", path = "../pdk-api" }
warpgate = { version = "0.11.4", path = "../warpgate" }
proto_core = { version = "0.31.5", path = "../core" }
proto_pdk_api = { version = "0.17.3", path = "../pdk-api" }
warpgate = { version = "0.11.5", path = "../warpgate" }
extism = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions crates/pdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "proto_pdk"
version = "0.17.4"
version = "0.17.5"
edition = "2021"
license = "MIT"
description = "A plugin development kit for creating proto WASM plugins."
homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_pdk_api = { version = "0.17.2", path = "../pdk-api" }
warpgate_pdk = { version = "0.2.3", path = "../warpgate-pdk" }
proto_pdk_api = { version = "0.17.3", path = "../pdk-api" }
warpgate_pdk = { version = "0.2.4", path = "../warpgate-pdk" }
extism-pdk = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true }
2 changes: 1 addition & 1 deletion crates/warpgate-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "warpgate_api"
version = "0.4.4"
version = "0.4.5"
edition = "2021"
license = "MIT"
description = "APIs for working with Warpgate plugins."
Expand Down
4 changes: 2 additions & 2 deletions crates/warpgate-pdk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "warpgate_pdk"
version = "0.2.3"
version = "0.2.4"
edition = "2021"
license = "MIT"
description = "Reusable WASM macros and functions for plugin developer kits."
homepage = "https://moonrepo.dev/proto"
repository = "https://github.com/moonrepo/proto"

[dependencies]
warpgate_api = { version = "0.4.4", path = "../warpgate-api" }
warpgate_api = { version = "0.4.5", path = "../warpgate-api" }
extism-pdk = { workspace = true }
serde = { workspace = true }
4 changes: 2 additions & 2 deletions crates/warpgate/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "warpgate"
version = "0.11.4"
version = "0.11.5"
edition = "2021"
license = "MIT"
description = "Download, resolve, and manage Extism WASM plugins."
repository = "https://github.com/moonrepo/proto"

[dependencies]
system_env = { version = "0.2.4", path = "../system-env" }
warpgate_api = { version = "0.4.4", path = "../warpgate-api" }
warpgate_api = { version = "0.4.5", path = "../warpgate-api" }
extism = { workspace = true }
miette = { workspace = true }
once_cell = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.1
0.31.2

0 comments on commit 1087586

Please sign in to comment.