From cc246edc5ee91e5ca039e66759c9a6fe7a99d0f2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:46:25 +0000 Subject: [PATCH] chore: release v0.10.1 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"