diff --git a/CHANGELOG.md b/CHANGELOG.md index 48449d3..254f763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.0](https://github.com/astral-sh/async_http_range_reader/compare/v0.10.0...v0.11.0) - 2026-03-13 + +### Other + +- Merge pull request #8 from astral-sh/konsti/bounds-checks +- 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..a9b840c 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.11.0" dependencies = [ "assert_matches", "astral-reqwest-middleware", diff --git a/Cargo.toml b/Cargo.toml index 070ded6..c562042 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.11.0" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"