From 866ada8c633f49b0f7d000027440430b420945ef Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 1 Jul 2024 10:14:03 -0400 Subject: [PATCH] v0.1.6 --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f060b7..848ee02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.6 (2024-07-01) + +- Add support for AIX operating system to `legacy` client. +- Fix `legacy` client to better use dying pooled connections. + # 0.1.5 (2024-05-28) - Add `server::graceful::GracefulShutdown` helper to coordinate over many connections. diff --git a/Cargo.toml b/Cargo.toml index dbe7ffb..19f3edd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyper-util" -version = "0.1.5" +version = "0.1.6" description = "hyper utilities" readme = "README.md" homepage = "https://hyper.rs"