Skip to content

Commit 626a282

Browse files
chore: release
1 parent 3885494 commit 626a282

File tree

26 files changed

+171
-55
lines changed

26 files changed

+171
-55
lines changed

Cargo.lock

Lines changed: 60 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/bin/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ pkg-fmt = "zip"
2525

2626
[dependencies]
2727
atomic-file-install = { version = "1.0.14", path = "../atomic-file-install" }
28-
binstalk = { path = "../binstalk", version = "0.28.65", default-features = false }
29-
binstalk-manifests = { path = "../binstalk-manifests", version = "0.17.25" }
28+
binstalk = { path = "../binstalk", version = "0.28.66", default-features = false }
29+
binstalk-manifests = { path = "../binstalk-manifests", version = "0.17.26" }
3030
clap = { version = "4.5.54", features = ["derive", "env", "wrap_help"] }
3131
clap-cargo = "0.18.0"
3232
clap-markdown = { version = "0.1.5", optional = true }
3333
compact_str = "0.9.0"
3434
dirs = "6.0.0"
3535
file-format = { version = "0.28.0", default-features = false }
36-
fs-lock = { version = "0.1.14", path = "../fs-lock", features = ["tracing"] }
36+
fs-lock = { version = "0.1.15", path = "../fs-lock", features = ["tracing"] }
3737
home = "0.5.9"
3838
log = { version = "0.4.22", features = ["std"] }
3939
miette = "7.0.0"

crates/binstalk-bins/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.22](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-bins-v0.6.21...binstalk-bins-v0.6.22) - 2026-01-27
11+
12+
### Other
13+
14+
- Fix changelog format ([#2454](https://github.com/cargo-bins/cargo-binstall/pull/2454))
15+
1016
## [0.6.21](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-bins-v0.6.20...binstalk-bins-v0.6.21) - 2026-01-23
1117

1218
### Other

crates/binstalk-bins/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binstalk-bins"
3-
version = "0.6.21"
3+
version = "0.6.22"
44
edition = "2021"
55

66
description = "The binstall binaries discovery and installation crate."
@@ -12,7 +12,7 @@ license = "GPL-3.0-only"
1212

1313
[dependencies]
1414
atomic-file-install = { version = "1.0.14", path = "../atomic-file-install" }
15-
binstalk-types = { version = "0.10.4", path = "../binstalk-types" }
15+
binstalk-types = { version = "0.10.5", path = "../binstalk-types" }
1616
compact_str = { version = "0.9.0", features = ["serde"] }
1717
leon = "3.0.0"
1818
miette = "7.0.0"

crates/binstalk-downloader/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.13.34](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-downloader-v0.13.33...binstalk-downloader-v0.13.34) - 2026-01-27
11+
12+
### Other
13+
14+
- Fix changelog format ([#2454](https://github.com/cargo-bins/cargo-binstall/pull/2454))
15+
1016
## [0.13.33](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-downloader-v0.13.32...binstalk-downloader-v0.13.33) - 2026-01-23
1117

1218
### Other

crates/binstalk-downloader/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "binstalk-downloader"
33
description = "The binstall toolkit for downloading and extracting file"
44
repository = "https://github.com/cargo-bins/cargo-binstall"
55
documentation = "https://docs.rs/binstalk-downloader"
6-
version = "0.13.33"
6+
version = "0.13.34"
77
rust-version = "1.79.0"
88
authors = ["ryan <ryan@kurte.nz>"]
99
edition = "2021"
@@ -18,7 +18,7 @@ async-compression = { version = "0.4.29", features = [
1818
"bzip2",
1919
"tokio",
2020
] }
21-
binstalk-types = { version = "0.10.4", path = "../binstalk-types" }
21+
binstalk-types = { version = "0.10.5", path = "../binstalk-types" }
2222
bytes = "1.11.0"
2323
bzip2 = "0.6.0"
2424
cfg-if = "1"

crates/binstalk-fetchers/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.10.36](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-fetchers-v0.10.35...binstalk-fetchers-v0.10.36) - 2026-01-27
11+
12+
### Other
13+
14+
- Fix changelog format ([#2454](https://github.com/cargo-bins/cargo-binstall/pull/2454))
15+
1016
## [0.10.35](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-fetchers-v0.10.34...binstalk-fetchers-v0.10.35) - 2026-01-23
1117

1218
### Other

crates/binstalk-fetchers/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "binstalk-fetchers"
3-
version = "0.10.35"
3+
version = "0.10.36"
44
edition = "2021"
55

66
description = "The binstall fetchers"
@@ -12,9 +12,9 @@ license = "GPL-3.0-only"
1212

1313
[dependencies]
1414
async-trait = "0.1.88"
15-
binstalk-downloader = { version = "0.13.33", path = "../binstalk-downloader", default-features = false }
16-
binstalk-git-repo-api = { version = "0.5.35", path = "../binstalk-git-repo-api" }
17-
binstalk-types = { version = "0.10.4", path = "../binstalk-types" }
15+
binstalk-downloader = { version = "0.13.34", path = "../binstalk-downloader", default-features = false }
16+
binstalk-git-repo-api = { version = "0.5.36", path = "../binstalk-git-repo-api" }
17+
binstalk-types = { version = "0.10.5", path = "../binstalk-types" }
1818
bytes = "1.11.0"
1919
compact_str = { version = "0.9.0" }
2020
either = "1.11.0"
@@ -34,7 +34,7 @@ tracing = "0.1.43"
3434
url = "2.5.8"
3535

3636
[dev-dependencies]
37-
binstalk-downloader = { version = "0.13.33", path = "../binstalk-downloader" }
37+
binstalk-downloader = { version = "0.13.34", path = "../binstalk-downloader" }
3838

3939
[features]
4040
quickinstall = []

crates/binstalk-git-repo-api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.36](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-git-repo-api-v0.5.35...binstalk-git-repo-api-v0.5.36) - 2026-01-27
11+
12+
### Other
13+
14+
- Fix changelog format ([#2454](https://github.com/cargo-bins/cargo-binstall/pull/2454))
15+
1016
## [0.5.35](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-git-repo-api-v0.5.34...binstalk-git-repo-api-v0.5.35) - 2026-01-23
1117

1218
### Other

crates/binstalk-git-repo-api/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ name = "binstalk-git-repo-api"
33
description = "The binstall toolkit for accessing API for git repository"
44
repository = "https://github.com/cargo-bins/cargo-binstall"
55
documentation = "https://docs.rs/binstalk-git-repo-api"
6-
version = "0.5.35"
6+
version = "0.5.36"
77
rust-version = "1.70.0"
88
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
99
edition = "2021"
1010
license = "Apache-2.0 OR MIT"
1111

1212
[dependencies]
13-
binstalk-downloader = { version = "0.13.33", path = "../binstalk-downloader", default-features = false, features = [
13+
binstalk-downloader = { version = "0.13.34", path = "../binstalk-downloader", default-features = false, features = [
1414
"json",
1515
] }
1616
compact_str = "0.9.0"
@@ -25,6 +25,6 @@ url = "2.5.8"
2525
zeroize = "1.8.1"
2626

2727
[dev-dependencies]
28-
binstalk-downloader = { version = "0.13.33", path = "../binstalk-downloader" }
28+
binstalk-downloader = { version = "0.13.34", path = "../binstalk-downloader" }
2929
tracing-subscriber = "0.3"
3030
once_cell = "1"

0 commit comments

Comments
 (0)