Skip to content

Commit 203c956

Browse files
committed
v0.1.18
1 parent d91ea8e commit 203c956

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.18 (2025-11-13)
2+
3+
- Fix `rt::TokioTimer` to support Tokio's paused time.
4+
- Fix `client::proxy::match::Matcher` to parse auth without passwords.
5+
16
# 0.1.17 (2025-09-15)
27

38
- Fix `legacy::Client` to allow absolute-form URIs when `Connected::proxy(true)` is passed and the scheme is `https`.

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.17"
3+
version = "0.1.18"
44
description = "hyper utilities"
55
readme = "README.md"
66
homepage = "https://hyper.rs"

0 commit comments

Comments
 (0)