diff --git a/CHANGELOG.md b/CHANGELOG.md index 19409fb10..e17853cbd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.35.5 #### 🐞 Fixes diff --git a/Cargo.lock b/Cargo.lock index 6493a319f..e361c5534 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2306,7 +2306,7 @@ dependencies = [ [[package]] name = "proto_cli" -version = "0.35.4" +version = "0.35.5" dependencies = [ "anyhow", "chrono", @@ -2352,7 +2352,7 @@ dependencies = [ [[package]] name = "proto_core" -version = "0.35.5" +version = "0.35.6" dependencies = [ "cached", "indexmap 2.2.6", @@ -3793,7 +3793,7 @@ checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" [[package]] name = "version_spec" -version = "0.5.1" +version = "0.5.2" dependencies = [ "human-sort", "regex", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 091cc7cf7..7dda390bc 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_cli" -version = "0.35.4" +version = "0.35.5" 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.35.5", path = "../core" } +proto_core = { version = "0.35.6", path = "../core" } proto_installer = { version = "0.5.0", path = "../installer" } proto_pdk_api = { version = "0.19.1", path = "../pdk-api" } proto_shim = { version = "0.3.1", path = "../shim" } diff --git a/crates/core/Cargo.toml b/crates/core/Cargo.toml index 4add37bcc..36818b9e9 100644 --- a/crates/core/Cargo.toml +++ b/crates/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "proto_core" -version = "0.35.5" +version = "0.35.6" edition = "2021" license = "MIT" description = "Core proto APIs." @@ -10,7 +10,7 @@ repository = "https://github.com/moonrepo/proto" [dependencies] proto_pdk_api = { version = "0.19.1", path = "../pdk-api" } proto_shim = { version = "0.3.1", path = "../shim" } -version_spec = { version = "0.5.1", path = "../version-spec", features = [ +version_spec = { version = "0.5.2", path = "../version-spec", features = [ "schematic", ] } warpgate = { version = "0.14.2", path = "../warpgate", features = [ diff --git a/crates/pdk-api/Cargo.toml b/crates/pdk-api/Cargo.toml index 0e0440333..f6e1e84bb 100644 --- a/crates/pdk-api/Cargo.toml +++ b/crates/pdk-api/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/moonrepo/proto" [dependencies] system_env = { version = "0.5.0", path = "../system-env" } -version_spec = { version = "0.5.1", path = "../version-spec" } +version_spec = { version = "0.5.2", path = "../version-spec" } warpgate_api = { version = "0.7.2", path = "../warpgate-api" } rustc-hash = { workspace = true } schematic = { workspace = true, optional = true, features = [ diff --git a/crates/pdk-test-utils/Cargo.toml b/crates/pdk-test-utils/Cargo.toml index 043e60899..39b02d3ac 100644 --- a/crates/pdk-test-utils/Cargo.toml +++ b/crates/pdk-test-utils/Cargo.toml @@ -8,7 +8,7 @@ homepage = "https://moonrepo.dev/proto" repository = "https://github.com/moonrepo/proto" [dependencies] -proto_core = { version = "0.35.5", path = "../core" } +proto_core = { version = "0.35.6", path = "../core" } proto_pdk_api = { version = "0.19.1", path = "../pdk-api" } warpgate = { version = "0.14.2", path = "../warpgate" } serde = { workspace = true } diff --git a/crates/version-spec/Cargo.toml b/crates/version-spec/Cargo.toml index fa5a7bc87..0e379bcf0 100644 --- a/crates/version-spec/Cargo.toml +++ b/crates/version-spec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "version_spec" -version = "0.5.1" +version = "0.5.2" edition = "2021" license = "MIT" description = "A specification for working with partial, full, or aliased versions." diff --git a/version b/version index f00ab674d..ff6105555 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.35.4 +0.35.5