From 96de6c4e3d8630a75cf6d6224f4e2e877afeca09 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 14:22:45 +0000 Subject: [PATCH] chore: release v0.10.1 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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"