Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Oct 2, 2023
1 parent 9d1d2db commit 251c893
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/rust-plugin/blob/master/CHANGELOG.md)
- [Schema](https://github.com/moonrepo/schema-plugin/blob/master/CHANGELOG.md)

## Unreleased
## 0.19.1

#### 🚀 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.

6 changes: 3 additions & 3 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.19.0"
version = "0.19.1"
edition = "2021"
license = "MIT"
description = "A multi-language version manager, a unified toolchain."
Expand All @@ -27,9 +27,9 @@ name = "proto"
path = "src/main.rs"

[dependencies]
proto_core = { version = "0.19.1", path = "../core" }
proto_core = { version = "0.19.2", path = "../core" }
proto_pdk_api = { version = "0.7.4", path = "../pdk-api" }
proto_wasm_plugin = { version = "0.6.9", path = "../wasm-plugin" }
proto_wasm_plugin = { version = "0.6.10", path = "../wasm-plugin" }
system_env = { version = "0.0.2", path = "../system-env" }
chrono = "0.4.31"
clap = { workspace = true, features = ["derive", "env"] }
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.19.1"
version = "0.19.2"
edition = "2021"
license = "MIT"
description = "Core proto APIs."
Expand All @@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto"

[dependencies]
proto_pdk_api = { version = "0.7.4", path = "../pdk-api" }
proto_wasm_plugin = { version = "0.6.9", path = "../wasm-plugin" }
proto_wasm_plugin = { version = "0.6.10", path = "../wasm-plugin" }
version_spec = { version = "0.1.1", path = "../version-spec" }
warpgate = { version = "0.5.9", path = "../warpgate" }
cached = { workspace = true }
Expand Down
4 changes: 2 additions & 2 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.19.1", path = "../core" }
proto_core = { version = "0.19.2", path = "../core" }
proto_pdk_api = { version = "0.7.4", path = "../pdk-api" }
proto_wasm_plugin = { version = "0.6.9", path = "../wasm-plugin" }
proto_wasm_plugin = { version = "0.6.10", path = "../wasm-plugin" }
extism = { workspace = true }
serde_json = { workspace = true }
toml = { version = "0.8.1", optional = 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.6"
version = "0.7.7"
edition = "2021"
license = "MIT"
description = "A plugin development kit for creating proto WASM plugins."
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-plugin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "proto_wasm_plugin"
version = "0.6.9"
version = "0.6.10"
edition = "2021"
license = "MIT"
description = "Utilities for working with proto's WASM plugins."
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.19.0
0.19.1

0 comments on commit 251c893

Please sign in to comment.