mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
chore: release (#1911)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
c8dec953cc
commit
8c9e183587
8 changed files with 29 additions and 10 deletions
|
@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.10.0](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-fetchers-v0.9.1...binstalk-fetchers-v0.10.0) - 2024-09-11
|
||||
|
||||
### Other
|
||||
|
||||
- report to new stats server (with status) ([#1912](https://github.com/cargo-bins/cargo-binstall/pull/1912))
|
||||
- Improve quickinstall telemetry failure message ([#1910](https://github.com/cargo-bins/cargo-binstall/pull/1910))
|
||||
|
||||
## [0.9.1](https://github.com/cargo-bins/cargo-binstall/compare/binstalk-fetchers-v0.9.0...binstalk-fetchers-v0.9.1) - 2024-08-12
|
||||
|
||||
### Other
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "binstalk-fetchers"
|
||||
version = "0.9.1"
|
||||
version = "0.10.0"
|
||||
edition = "2021"
|
||||
|
||||
description = "The binstall fetchers"
|
||||
|
@ -13,7 +13,7 @@ license = "GPL-3.0-only"
|
|||
[dependencies]
|
||||
async-trait = "0.1.68"
|
||||
binstalk-downloader = { version = "0.13.1", path = "../binstalk-downloader", default-features = false }
|
||||
binstalk-git-repo-api = { version = "0.5.1", path = "../binstalk-git-repo-api" }
|
||||
binstalk-git-repo-api = { version = "0.5.2", path = "../binstalk-git-repo-api" }
|
||||
binstalk-types = { version = "0.9.0", path = "../binstalk-types" }
|
||||
bytes = "1.4.0"
|
||||
compact_str = { version = "0.8.0" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue