We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3ab3ef commit fccfa85Copy full SHA for fccfa85
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 0.9.1 (2025-10-13)
2
+
3
+* Add `rustls` feature (#12)
4
5
## 0.9.0 (2024-12-19)
6
7
* Put `default-tls` into its own feature flag (#9)
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "http-range-client"
-version = "0.9.0"
+version = "0.9.1"
edition = "2018"
authors = ["Pirmin Kalberer <pka@sourcepole.ch>"]
description = "HTTP client for HTTP Range requests with a buffer optimized for sequential requests."
0 commit comments