Skip to content

Commit

Permalink
chore: release (#1986)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 29, 2024
1 parent 84683f1 commit b78dfd2
Show file tree
Hide file tree
Showing 12 changed files with 45 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions crates/binstalk-fetchers/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/binstalk-fetchers/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "binstalk-fetchers"
version = "0.10.5"
version = "0.10.6"
edition = "2021"

description = "The binstall fetchers"
Expand Down
6 changes: 6 additions & 0 deletions crates/binstalk-manifests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions crates/binstalk-manifests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ryan@kurte.nz>"]
edition = "2021"
Expand All @@ -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"
6 changes: 6 additions & 0 deletions crates/binstalk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions crates/binstalk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <ryan@kurte.nz>"]
edition = "2021"
Expand All @@ -13,15 +13,15 @@ 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" }
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"
Expand Down
6 changes: 6 additions & 0 deletions crates/detect-targets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/detect-targets/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <Jiahao_XU@outlook.com>"]
edition = "2021"
Expand Down
6 changes: 6 additions & 0 deletions crates/detect-wasi/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/detect-wasi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <felix@passcod.name>"]
edition = "2021"
Expand Down

0 comments on commit b78dfd2

Please sign in to comment.