From c5732164037eb6208dbf1c7d84cb48d72f691102 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Nov 2025 17:02:41 +0000 Subject: [PATCH] chore: release v0.9.2 --- CHANGELOG.md | 6 ++++++ Cargo.lock | 4 ++-- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbad1b7..ae77b64 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.9.2](https://github.com/prefix-dev/async_http_range_reader/compare/v0.9.1...v0.9.2) - 2025-11-14 + +### Other + +- Fix new clippy lints ([#27](https://github.com/prefix-dev/async_http_range_reader/pull/27)) + ## [0.9.1](https://github.com/prefix-dev/async_http_range_reader/compare/v0.9.0...v0.9.1) - 2024-11-12 ### Other diff --git a/Cargo.lock b/Cargo.lock index 3b46067..6f8f99a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "async_http_range_reader" -version = "0.9.1" +version = "0.9.2" dependencies = [ "assert_matches", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index e1fd7bd..14c95e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async_http_range_reader" authors = ["Bas Zalmstra "] -version = "0.9.1" +version = "0.9.2" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"