Skip to content

Commit b23a13e

Browse files
committed
v0.1.20
1 parent ffa5391 commit b23a13e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.1.20 (2026-02-02)
2+
3+
- Fix `proxy::Matcher` to properly match domains regardless of casing
4+
- Fix system proxy matcher dependency on macOS when used in sandboxed environements.
5+
- Increased MSRV to 1.64.
6+
17
# 0.1.19 (2025-12-03)
28

39
- Add `client::pool` module for composable pools. Enable with the `client-pool` feature.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hyper-util"
3-
version = "0.1.19"
3+
version = "0.1.20"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)