Skip to content

Commit f65c0c9

Browse files
chore: release (#17)
1 parent 1aadb68 commit f65c0c9

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.8.0](https://github.com/prefix-dev/async_http_range_reader/compare/v0.7.1...v0.8.0) - 2024-05-06
10+
11+
### Fixed
12+
- always use requested URL, rather than response URL ([#16](https://github.com/prefix-dev/async_http_range_reader/pull/16))
13+
914
## [0.7.1](https://github.com/prefix-dev/async_http_range_reader/compare/v0.7.0...v0.7.1) - 2024-04-10
1015

1116
### Other

Cargo.toml

+1-1
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.7.1"
4+
version = "0.8.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)