Skip to content

Commit a7eb14a

Browse files
committed
v0.3.23
1 parent b668c7f commit a7eb14a

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.3.23 (January 10, 2024)
2+
3+
* Backport fix from 0.4.1 for stream capacity assignment.
4+
15
# 0.3.22 (November 15, 2023)
26

37
* Add `header_table_size(usize)` option to client and server builders.

Cargo.toml

+1-1
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.22"
8+
version = "0.3.23"
99
license = "MIT"
1010
authors = [
1111
"Carl Lerche <[email protected]>",

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
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.22")]
81+
#![doc(html_root_url = "https://docs.rs/h2/0.3.23")]
8282
#![deny(
8383
missing_debug_implementations,
8484
missing_docs,

0 commit comments

Comments
 (0)