From 35b030ed35a3c39c126cff98009a87d145c988f6 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 5 Jan 2026 13:02:00 -0500 Subject: [PATCH] v0.4.13 --- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a9a447..5255188b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# 0.4.13 (January 5, 2026) + +* Add support for 1xx informational responses on client and server side. +* Fix auto-releasing of padding bytes of DATA frames for flow control windows. +* Fix to stop assigning capacity to pending streams which can't use it yet. +* Fix tracing to not grab the parent for the connection span. + # 0.4.12 (August 5, 2025) * Fix default limits on max stored reset streams and duration to more reasonable values. diff --git a/Cargo.toml b/Cargo.toml index 41979683..bcdfd9d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "h2" # When releasing to crates.io: # - Update CHANGELOG.md. # - Create git tag -version = "0.4.12" +version = "0.4.13" license = "MIT" authors = [ "Carl Lerche ",