From b78dfd28906c3ada2b7518c8167cc824d779a773 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:13:39 +1100 Subject: [PATCH] chore: release (#1986) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 10 +++++----- crates/bin/Cargo.toml | 4 ++-- crates/binstalk-fetchers/CHANGELOG.md | 6 ++++++ crates/binstalk-fetchers/Cargo.toml | 2 +- crates/binstalk-manifests/CHANGELOG.md | 6 ++++++ crates/binstalk-manifests/Cargo.toml | 4 ++-- crates/binstalk/CHANGELOG.md | 6 ++++++ crates/binstalk/Cargo.toml | 6 +++--- crates/detect-targets/CHANGELOG.md | 6 ++++++ crates/detect-targets/Cargo.toml | 2 +- crates/detect-wasi/CHANGELOG.md | 6 ++++++ crates/detect-wasi/Cargo.toml | 2 +- 12 files changed, 45 insertions(+), 15 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b4332384..83501aad3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "binstalk" -version = "0.28.14" +version = "0.28.15" dependencies = [ "binstalk-bins", "binstalk-downloader", @@ -338,7 +338,7 @@ dependencies = [ [[package]] name = "binstalk-fetchers" -version = "0.10.5" +version = "0.10.6" dependencies = [ "async-trait", "binstalk-downloader", @@ -381,7 +381,7 @@ dependencies = [ [[package]] name = "binstalk-manifests" -version = "0.15.11" +version = "0.15.12" dependencies = [ "beef", "binstalk-types", @@ -927,7 +927,7 @@ dependencies = [ [[package]] name = "detect-targets" -version = "0.1.30" +version = "0.1.31" dependencies = [ "cfg-if", "guess_host_triple", @@ -939,7 +939,7 @@ dependencies = [ [[package]] name = "detect-wasi" -version = "1.0.13" +version = "1.0.14" dependencies = [ "tempfile", ] diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index e3ef313f3..2b3132e27 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.14", default-features = false } -binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.11" } +binstalk = { path = "../binstalk", version = "0.28.15", default-features = false } +binstalk-manifests = { path = "../binstalk-manifests", version = "0.15.12" } clap = { version = "4.5.3", features = ["derive", "env"] } compact_str = "0.8.0" dirs = "5.0.1" diff --git a/crates/binstalk-fetchers/CHANGELOG.md b/crates/binstalk-fetchers/CHANGELOG.md index 3fe9e6900..1cc2b06c9 100644 --- a/crates/binstalk-fetchers/CHANGELOG.md +++ b/crates/binstalk-fetchers/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.6](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-fetchers-v0.10.5...binstalk-fetchers-v0.10.6) - 2024-11-29 + +### Other + +- Upgrade transitive dependencies ([#1985](https://github.com/cargo-bins/cargo-binstall/pull/1985)) + ## [0.10.5](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-fetchers-v0.10.4...binstalk-fetchers-v0.10.5) - 2024-11-23 ### Other diff --git a/crates/binstalk-fetchers/Cargo.toml b/crates/binstalk-fetchers/Cargo.toml index 714970c0b..0527e947a 100644 --- a/crates/binstalk-fetchers/Cargo.toml +++ b/crates/binstalk-fetchers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "binstalk-fetchers" -version = "0.10.5" +version = "0.10.6" edition = "2021" description = "The binstall fetchers" diff --git a/crates/binstalk-manifests/CHANGELOG.md b/crates/binstalk-manifests/CHANGELOG.md index cbe072f0d..ec2bb0990 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.12](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-manifests-v0.15.11...binstalk-manifests-v0.15.12) - 2024-11-29 + +### Other + +- updated the following local packages: detect-targets + ## [0.15.11](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-manifests-v0.15.10...binstalk-manifests-v0.15.11) - 2024-11-23 ### Other diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml index f45c93043..9bc32b8c0 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.11" +version = "0.15.12" 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.30", path = "../detect-targets" } +detect-targets = { version = "0.1.31", path = "../detect-targets" } tempfile = "3.5.0" diff --git a/crates/binstalk/CHANGELOG.md b/crates/binstalk/CHANGELOG.md index e90634910..08768951f 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.15](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-v0.28.14...binstalk-v0.28.15) - 2024-11-29 + +### Other + +- updated the following local packages: binstalk-fetchers, detect-targets + ## [0.28.14](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-v0.28.13...binstalk-v0.28.14) - 2024-11-23 ### Other diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 5b6e6bf14..a394789d0 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.14" +version = "0.28.15" rust-version = "1.79.0" authors = ["ryan "] edition = "2021" @@ -13,7 +13,7 @@ license = "GPL-3.0-only" binstalk-bins = { version = "0.6.5", path = "../binstalk-bins" } binstalk-downloader = { version = "0.13.5", path = "../binstalk-downloader", default-features = false } binstalk-git-repo-api = { version = "0.5.7", path = "../binstalk-git-repo-api" } -binstalk-fetchers = { version = "0.10.5", path = "../binstalk-fetchers", features = [ +binstalk-fetchers = { version = "0.10.6", path = "../binstalk-fetchers", features = [ "quickinstall", ] } binstalk-registry = { version = "0.11.5", path = "../binstalk-registry" } @@ -21,7 +21,7 @@ binstalk-types = { version = "0.9.2", path = "../binstalk-types" } cargo-toml-workspace = { version = "6.0.3", 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.30", path = "../detect-targets", features = [ +detect-targets = { version = "0.1.31", path = "../detect-targets", features = [ "tracing", ] } either = "1.11.0" diff --git a/crates/detect-targets/CHANGELOG.md b/crates/detect-targets/CHANGELOG.md index 38f67fb89..d4c2e007a 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.31](https://github.com/cargo-bins/cargo-binstall/compare/detect-targets-v0.1.30...detect-targets-v0.1.31) - 2024-11-29 + +### Other + +- update Cargo.lock dependencies + ## [0.1.30](https://github.com/cargo-bins/cargo-binstall/compare/detect-targets-v0.1.29...detect-targets-v0.1.30) - 2024-11-23 ### Other diff --git a/crates/detect-targets/Cargo.toml b/crates/detect-targets/Cargo.toml index c6cd9a999..c327ddf26 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.30" +version = "0.1.31" 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 e3e815c6c..c4ff4221d 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.14](https://github.com/cargo-bins/cargo-binstall/compare/detect-wasi-v1.0.13...detect-wasi-v1.0.14) - 2024-11-29 + +### Other + +- update Cargo.lock dependencies + ## [1.0.13](https://github.com/cargo-bins/cargo-binstall/compare/detect-wasi-v1.0.12...detect-wasi-v1.0.13) - 2024-11-23 ### Other diff --git a/crates/detect-wasi/Cargo.toml b/crates/detect-wasi/Cargo.toml index d61c09767..d6e59a40a 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.13" +version = "1.0.14" rust-version = "1.61.0" authors = ["FĂ©lix Saparelli "] edition = "2021"