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"