Skip to content

Commit 3a79832

Browse files
committed
v0.3.25
1 parent 94e80b1 commit 3a79832

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.25 (March 15, 2024)
2+
3+
* Improve performance decoding many headers.
4+
15
# 0.3.24 (January 17, 2024)
26

37
* Limit error resets for misbehaving connections.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name = "h2"
55
# - html_root_url.
66
# - Update CHANGELOG.md.
77
# - Create git tag
8-
version = "0.3.24"
8+
version = "0.3.25"
99
license = "MIT"
1010
authors = [
1111
"Carl Lerche <[email protected]>",

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@
7878
//! [`server::handshake`]: server/fn.handshake.html
7979
//! [`client::handshake`]: client/fn.handshake.html
8080
81-
#![doc(html_root_url = "https://docs.rs/h2/0.3.23")]
8281
#![deny(
8382
missing_debug_implementations,
8483
missing_docs,

0 commit comments

Comments
 (0)