diff --git a/CHANGELOG.md b/CHANGELOG.md index 48449d3..6e9f6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.10.1](https://github.com/astral-sh/async_http_range_reader/compare/v0.10.0...v0.10.1) - 2026-03-09 + +### Other + +- Fix clippy +- release v0.10.0 + ## [0.10.0](https://github.com/astral-sh/async_http_range_reader/compare/v0.9.1...v0.10.0) - 2026-02-09 ### Other diff --git a/Cargo.lock b/Cargo.lock index 11f7b9f..10c6d29 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "astral_async_http_range_reader" -version = "0.10.0" +version = "0.10.1" dependencies = [ "assert_matches", "astral-reqwest-middleware", diff --git a/Cargo.toml b/Cargo.toml index 070ded6..b08ced0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "astral_async_http_range_reader" authors = ["Bas Zalmstra "] -version = "0.10.0" +version = "0.10.1" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"