Skip to content

Commit

Permalink
Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Aug 12, 2024
1 parent e2f5beb commit ecaa046
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.3 (2024-08-12)

* Update reqwest to 0.12

## 0.7.2 (2023-09-10)

* Add head_response_header to public API
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "http-range-client"
version = "0.7.2"
version = "0.7.3"
edition = "2018"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
description = "HTTP client for HTTP Range requests with a buffer optimized for sequential requests."
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ Implements Seek+Read for blocking clients, which makes it a drop-in replacement
* [reqwest](https://crates.io/crates/reqwest) blocking (`reqwest-sync`, default):
Not supported on Wasm target
* [ureq](https://crates.io/crates/ureq) blocking (`ureq-sync`):
Supports native and Wasm target
Not supported on Wasm target

Other clients can be used via the `AsyncBufferedHttpRangeClient` resp. `SyncBufferedHttpRangeClient` adapter, after implementing the `AsyncHttpRangeClient` resp. `SyncHttpRangeClient` trait.

0 comments on commit ecaa046

Please sign in to comment.