From f1f4d98da7feb57d8be8c35629b377c38a9be6d6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 01:33:57 +0000 Subject: [PATCH] chore: release (#2001) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/bin/Cargo.toml | 4 ++-- crates/binstalk-manifests/CHANGELOG.md | 6 ++++++ crates/binstalk-manifests/Cargo.toml | 4 ++-- crates/binstalk/CHANGELOG.md | 6 ++++++ crates/binstalk/Cargo.toml | 4 ++-- crates/detect-targets/CHANGELOG.md | 6 ++++++ crates/detect-targets/Cargo.toml | 2 +- crates/detect-wasi/CHANGELOG.md | 6 ++++++ crates/detect-wasi/Cargo.toml | 2 +- 10 files changed, 36 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db2ccc59c..e9ca9f88d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "binstalk" -version = "0.28.17" +version = "0.28.18" dependencies = [ "binstalk-bins", "binstalk-downloader", @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "binstalk-manifests" -version = "0.15.14" +version = "0.15.15" dependencies = [ "beef", "binstalk-types", @@ -937,7 +937,7 @@ dependencies = [ [[package]] name = "detect-targets" -version = "0.1.33" +version = "0.1.34" dependencies = [ "cfg-if", "guess_host_triple", @@ -949,7 +949,7 @@ dependencies = [ [[package]] name = "detect-wasi" -version = "1.0.16" +version = "1.0.17" dependencies = [ "tempfile", ] diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index e7628c59c..452cea032 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -23,8 +23,8 @@ pkg-fmt = "zip" [dependencies] atomic-file-install = { version = "1.0.6", path = "../atomic-file-install" } -binstalk = { path = "../binstalk", version = "0.28.17", default-features = false } -binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.14" } +binstalk = { path = "../binstalk", version = "0.28.18", default-features = false } +binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.15" } clap = { version = "4.5.3", features = ["derive", "env"] } compact_str = "0.8.0" dirs = "5.0.1" diff --git a/crates/binstalk-manifests/CHANGELOG.md b/crates/binstalk-manifests/CHANGELOG.md index b9afe0b85..97885cedc 100644 --- a/crates/binstalk-manifests/CHANGELOG.md +++ b/crates/binstalk-manifests/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.15.15](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-manifests-v0.15.14...binstalk-manifests-v0.15.15) - 2024-12-28 + +### Other + +- updated the following local packages: detect-targets + ## [0.15.14](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-manifests-v0.15.13...binstalk-manifests-v0.15.14) - 2024-12-14 ### Other diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index 2f7aa6ff8..1310733a8 100644 --- a/crates/binstalk-manifests/Cargo.toml +++ b/crates/binstalk-manifests/Cargo.toml @@ -3,7 +3,7 @@ name = "binstalk-manifests" description = "The binstall toolkit for manipulating with manifest" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk-manifests" -version = "0.15.14" +version = "0.15.15" rust-version = "1.61.0" authors = ["ryan "] edition = "2021" @@ -25,5 +25,5 @@ toml_edit = { version = "0.22.12", features = ["serde"] } url = { version = "2.5.4", features = ["serde"] } [dev-dependencies] -detect-targets = { version = "0.1.33", path = "../detect-targets" } +detect-targets = { version = "0.1.34", path = "../detect-targets" } tempfile = "3.5.0" diff --git a/crates/binstalk/CHANGELOG.md b/crates/binstalk/CHANGELOG.md index 177b08399..1e6c2d88b 100644 --- a/crates/binstalk/CHANGELOG.md +++ b/crates/binstalk/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.28.18](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-v0.28.17...binstalk-v0.28.18) - 2024-12-28 + +### Other + +- updated the following local packages: detect-targets + ## [0.28.17](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-v0.28.16...binstalk-v0.28.17) - 2024-12-14 ### Other diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index ae11e7dbd..7377e6cea 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -3,7 +3,7 @@ name = "binstalk" description = "The binstall toolkit (library interface)" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/binstalk" -version = "0.28.17" +version = "0.28.18" rust-version = "1.79.0" authors = ["ryan "] edition = "2021" @@ -21,7 +21,7 @@ binstalk-types = { version = "0.9.2", path = "../binstalk-types" } cargo-toml-workspace = { version = "7.0.1", path = "../cargo-toml-workspace" } command-group = { version = "5.0.1", features = ["with-tokio"] } compact_str = { version = "0.8.0", features = ["serde"] } -detect-targets = { version = "0.1.33", path = "../detect-targets", features = [ +detect-targets = { version = "0.1.34", path = "../detect-targets", features = [ "tracing", ] } either = "1.11.0" diff --git a/crates/detect-targets/CHANGELOG.md b/crates/detect-targets/CHANGELOG.md index 54947952c..be7d8f3ff 100644 --- a/crates/detect-targets/CHANGELOG.md +++ b/crates/detect-targets/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.34](https://github.com/cargo-bins/cargo-binstall/compare/detect-targets-v0.1.33...detect-targets-v0.1.34) - 2024-12-28 + +### Other + +- update Cargo.lock dependencies + ## [0.1.33](https://github.com/cargo-bins/cargo-binstall/compare/detect-targets-v0.1.32...detect-targets-v0.1.33) - 2024-12-14 ### Other diff --git a/crates/detect-targets/Cargo.toml b/crates/detect-targets/Cargo.toml index 411b18a21..8aeaae9b9 100644 --- a/crates/detect-targets/Cargo.toml +++ b/crates/detect-targets/Cargo.toml @@ -3,7 +3,7 @@ name = "detect-targets" description = "Detect the target of the env at runtime" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/detect-targets" -version = "0.1.33" +version = "0.1.34" rust-version = "1.62.0" authors = ["Jiahao XU "] edition = "2021" diff --git a/crates/detect-wasi/CHANGELOG.md b/crates/detect-wasi/CHANGELOG.md index 590b9b3e7..67aa16b6e 100644 --- a/crates/detect-wasi/CHANGELOG.md +++ b/crates/detect-wasi/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.17](https://github.com/cargo-bins/cargo-binstall/compare/detect-wasi-v1.0.16...detect-wasi-v1.0.17) - 2024-12-28 + +### Other + +- update Cargo.lock dependencies + ## [1.0.16](https://github.com/cargo-bins/cargo-binstall/compare/detect-wasi-v1.0.15...detect-wasi-v1.0.16) - 2024-12-14 ### Other diff --git a/crates/detect-wasi/Cargo.toml b/crates/detect-wasi/Cargo.toml index 263bc6484..65531ef95 100644 --- a/crates/detect-wasi/Cargo.toml +++ b/crates/detect-wasi/Cargo.toml @@ -3,7 +3,7 @@ name = "detect-wasi" description = "Detect if WASI can be run" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/detect-wasi" -version = "1.0.16" +version = "1.0.17" rust-version = "1.61.0" authors = ["FĂ©lix Saparelli "] edition = "2021"