Skip to content

Commit f161f7c

Browse files
committed
v0.4.5
1 parent 3c41151 commit f161f7c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.5 (May 17, 2024)
2+
3+
* Fix race condition that sometimes hung connections during shutdown.
4+
* Fix pseudo header construction for CONNECT and OPTIONS requests.
5+
16
# 0.4.4 (April 3, 2024)
27

38
* Limit number of CONTINUATION frames for misbehaving connections.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "h2"
33
# When releasing to crates.io:
44
# - Update CHANGELOG.md.
55
# - Create git tag
6-
version = "0.4.4"
6+
version = "0.4.5"
77
license = "MIT"
88
authors = [
99
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)