Skip to content

Commit fccfa85

Browse files
committed
Release v0.9.1
1 parent b3ab3ef commit fccfa85

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.9.1 (2025-10-13)
2+
3+
* Add `rustls` feature (#12)
4+
15
## 0.9.0 (2024-12-19)
26

37
* Put `default-tls` into its own feature flag (#9)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-range-client"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
edition = "2018"
55
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
66
description = "HTTP client for HTTP Range requests with a buffer optimized for sequential requests."

0 commit comments

Comments
 (0)