Skip to content

Commit 3170807

Browse files
committed
v0.1.7
1 parent c7752f3 commit 3170807

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.7 (2024-08-06)
2+
3+
- Add `Connected::poison()` to `legacy` client, a port from hyper v0.14.x.
4+
- Add `Error::connect_info()` to `legacy` client, a port from hyper v0.14.x.
5+
16
# 0.1.6 (2024-07-01)
27

38
- Add support for AIX operating system to `legacy` client.

Cargo.toml

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

0 commit comments

Comments
 (0)