From d691b0581ad4633ce3790de21a3f94c494566b6b Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 8 Jan 2024 16:31:24 -0500 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86220a11..d16601b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.4.1 (January 8, 2024) + +* Fix assigning connection capacity which could starve streams in some instances. + # 0.4.0 (November 15, 2023) * Update to `http` 1.0. diff --git a/Cargo.toml b/Cargo.toml index 11c6df0b..be533240 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,9 @@ [package] name = "h2" # When releasing to crates.io: -# - Update doc URL. -# - html_root_url. # - Update CHANGELOG.md. # - Create git tag -version = "0.4.0" +version = "0.4.1" license = "MIT" authors = [ "Carl Lerche ",