chore: release (#1911)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-09-11 08:37:44 +00:00 committed by GitHub
parent c8dec953cc
commit 8c9e183587
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 29 additions and 10 deletions

View file

@ -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

View file

@ -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" }