Skip to content

Commit c2a1b5a

Browse files
chore: release v0.9.1 (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7595576 commit c2a1b5a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.9.1](https://github.com/prefix-dev/async_http_range_reader/compare/v0.9.0...v0.9.1) - 2024-11-12
10+
11+
### Other
12+
13+
- Update reqwest-middleware from 0.3.0 to 0.4.0 ([#21](https://github.com/prefix-dev/async_http_range_reader/pull/21))
14+
915
## [0.9.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.8.0...v0.9.0) - 2024-10-28
1016

1117
### Other

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "async_http_range_reader"
33
authors = ["Bas Zalmstra <[email protected]>"]
4-
version = "0.9.0"
4+
version = "0.9.1"
55
edition = "2021"
66
description = "A library for streaming reading of files over HTTP using range requests"
77
license = "MIT"

0 commit comments

Comments
 (0)