From b7974f3da53602b015974629a840fadc72afa470 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:30:39 +0000 Subject: [PATCH] chore: release v0.11.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 d1d3257..a35a8f7 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.11.1](https://github.com/astral-sh/async_http_range_reader/compare/v0.11.0...v0.11.1) - 2026-05-12 + +### Other + +- Fix toolchain ([#16](https://github.com/astral-sh/async_http_range_reader/pull/16)) +- CI cleanup ([#15](https://github.com/astral-sh/async_http_range_reader/pull/15)) + ## [0.11.0](https://github.com/astral-sh/async_http_range_reader/compare/v0.10.0...v0.11.0) - 2026-03-31 ### Added diff --git a/Cargo.lock b/Cargo.lock index aacd7eb..78b01de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -54,7 +54,7 @@ dependencies = [ [[package]] name = "astral_async_http_range_reader" -version = "0.11.0" +version = "0.11.1" dependencies = [ "assert_matches", "astral-reqwest-middleware", diff --git a/Cargo.toml b/Cargo.toml index a05a569..28960d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "astral_async_http_range_reader" authors = ["Bas Zalmstra "] -version = "0.11.0" +version = "0.11.1" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"