From c2a1b5a63712a34bca661cc94389fb03fb0dcddd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:44:35 +0100 Subject: [PATCH] chore: release v0.9.1 (#22) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 6 ++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d31b5a..cbad1b7 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.1](https://github.com/prefix-dev/async_http_range_reader/compare/v0.9.0...v0.9.1) - 2024-11-12 + +### Other + +- Update reqwest-middleware from 0.3.0 to 0.4.0 ([#21](https://github.com/prefix-dev/async_http_range_reader/pull/21)) + ## [0.9.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.8.0...v0.9.0) - 2024-10-28 ### Other diff --git a/Cargo.lock b/Cargo.lock index f01c851..3b46067 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -51,7 +51,7 @@ dependencies = [ [[package]] name = "async_http_range_reader" -version = "0.9.0" +version = "0.9.1" dependencies = [ "assert_matches", "async_zip", diff --git a/Cargo.toml b/Cargo.toml index bce7764..e1fd7bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "async_http_range_reader" authors = ["Bas Zalmstra "] -version = "0.9.0" +version = "0.9.1" edition = "2021" description = "A library for streaming reading of files over HTTP using range requests" license = "MIT"