diff --git a/CHANGELOG.md b/CHANGELOG.md index cb18442..235b1cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.10.0...v0.11.0) - 2026-08-06 + +### Other + +- *(deps)* [**breaking**] update reqwest to 0.13 ([#39](https://github.com/prefix-dev/async_http_range_reader/pull/39)) + ## [0.10.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.9.1...v0.10.0) - 2026-03-31 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index c8550b9..055ea2d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "async_http_range_reader" -version = "0.10.0" +version = "0.11.0" dependencies = [ "assert_matches", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index c607e7f..8bff94b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async_http_range_reader" authors = ["Bas Zalmstra "] -version = "0.10.0" +version = "0.11.0" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"