Skip to content

Commit 869996c

Browse files
chore: release v0.9.2
1 parent 28fcf33 commit 869996c

3 files changed

Lines changed: 13 additions & 2 deletions

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.10.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.9.1...v0.10.0) - 2026-03-24
10+
11+
### Fixed
12+
13+
- Avoid panics when content is longer than content length header ([#33](https://github.com/prefix-dev/async_http_range_reader/pull/33))
14+
15+
### Other
16+
17+
- Use `std::io::Error::other(_)` and declare MSRV 1.74 ([#25](https://github.com/prefix-dev/async_http_range_reader/pull/25))
18+
- Fix new clippy lints ([#27](https://github.com/prefix-dev/async_http_range_reader/pull/27))
19+
920
## [0.9.1](https://github.com/prefix-dev/async_http_range_reader/compare/v0.9.0...v0.9.1) - 2024-11-12
1021

1122
### 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 <zalmstra.bas@gmail.com>"]
4-
version = "0.9.1"
4+
version = "0.10.0"
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)