Skip to content

Commit

Permalink
Release 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pka committed Sep 10, 2023
1 parent 1449e9c commit 19d2526
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.7.2 (2023-09-10)

* Add head_response_header to public API
* Impl BufRead for SyncBufferedHttpRangeClient

## 0.7.1 (2023-09-02)

* Add ureq client support
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.1"
version = "0.7.2"
edition = "2018"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
description = "HTTP client for HTTP Range requests with a buffer optimized for sequential requests."
Expand Down

0 comments on commit 19d2526

Please sign in to comment.