From 01f2516f62eb1566456faf2a2bfc26c2cdf55a47 Mon Sep 17 00:00:00 2001 From: Miles Johnson Date: Fri, 10 Jan 2025 22:14:12 -0800 Subject: [PATCH] chore: Release --- CHANGELOG.md | 2 +- Cargo.lock | 6 +++--- crates/cli/Cargo.toml | 4 ++-- crates/codegen/Cargo.toml | 2 +- crates/core/Cargo.toml | 4 ++-- crates/pdk-test-utils/Cargo.toml | 4 ++-- crates/warpgate/Cargo.toml | 2 +- version | 2 +- 8 files changed, 13 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c68880c..4400b687 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ - [Rust](https://github.com/moonrepo/plugins/blob/master/tools/rust/CHANGELOG.md) - [Schema (TOML, JSON, YAML)](https://github.com/moonrepo/plugins/blob/master/tools/internal-schema/CHANGELOG.md) -## Unreleased +## 0.44.6 #### 🚀 Updates diff --git a/Cargo.lock b/Cargo.lock index 025d3008..ed522c80 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2603,7 +2603,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.44.5" +version = "0.44.6" dependencies = [ "anyhow", "async-trait", @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "proto_core" -version = "0.44.4" +version = "0.44.5" dependencies = [ "clap", "convert_case", @@ -4438,7 +4438,7 @@ dependencies = [ [[package]] name = "warpgate" -version = "0.20.2" +version = "0.20.3" dependencies = [ "async-trait", "compact_str", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3696576d..dfda8630 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.44.5" +version = "0.44.6" edition = "2021" license = "MIT" description = "A multi-language version manager, a unified toolchain." @@ -32,7 +32,7 @@ name = "proto-shim" path = "src/main_shim.rs" [dependencies] -proto_core = { version = "0.44.4", path = "../core", features = ["clap"] } +proto_core = { version = "0.44.5", path = "../core", features = ["clap"] } proto_installer = { version = "0.8.0", path = "../installer" } proto_pdk_api = { version = "0.24.5", path = "../pdk-api" } proto_shim = { version = "0.5.0", path = "../shim" } diff --git a/crates/codegen/Cargo.toml b/crates/codegen/Cargo.toml index 2c951b06..79c4aa5e 100644 --- a/crates/codegen/Cargo.toml +++ b/crates/codegen/Cargo.toml @@ -9,7 +9,7 @@ publish = false dist = false [dependencies] -proto_core = { version = "0.44.4", path = "../core" } +proto_core = { version = "0.44.5", path = "../core" } proto_pdk_api = { version = "0.24.5", path = "../pdk-api", features = [ "schematic", ] } diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 3fdf2295..c10c987c 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_core" -version = "0.44.4" +version = "0.44.5" edition = "2021" license = "MIT" description = "Core proto APIs." @@ -15,7 +15,7 @@ proto_shim = { version = "0.5.0", path = "../shim" } version_spec = { version = "0.7.1", path = "../version-spec", features = [ "schematic", ] } -warpgate = { version = "0.20.2", path = "../warpgate", features = [ +warpgate = { version = "0.20.3", path = "../warpgate", features = [ "schematic", ] } clap = { workspace = true, optional = true } diff --git a/crates/pdk-test-utils/Cargo.toml b/crates/pdk-test-utils/Cargo.toml index 9c4f370f..2f2f548c 100644 --- a/crates/pdk-test-utils/Cargo.toml +++ b/crates/pdk-test-utils/Cargo.toml @@ -8,9 +8,9 @@ homepage = "https://moonrepo.dev/proto" repository = "https://github.com/moonrepo/proto" [dependencies] -proto_core = { version = "0.44.4", path = "../core" } +proto_core = { version = "0.44.5", path = "../core" } proto_pdk_api = { version = "0.24.5", path = "../pdk-api" } -warpgate = { version = "0.20.2", path = "../warpgate" } +warpgate = { version = "0.20.3", path = "../warpgate" } # extism = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } diff --git a/crates/warpgate/Cargo.toml b/crates/warpgate/Cargo.toml index 8e6ab477..122df622 100644 --- a/crates/warpgate/Cargo.toml +++ b/crates/warpgate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "warpgate" -version = "0.20.2" +version = "0.20.3" edition = "2021" license = "MIT" description = "Download, resolve, and manage Extism WASM plugins." diff --git a/version b/version index 23453d56..616c0bf9 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.44.5 +0.44.6