Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed May 17, 2024
1 parent 3c41151 commit f161f7c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.5 (May 17, 2024)

* Fix race condition that sometimes hung connections during shutdown.
* Fix pseudo header construction for CONNECT and OPTIONS requests.

# 0.4.4 (April 3, 2024)

* Limit number of CONTINUATION frames for misbehaving connections.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "h2"
# When releasing to crates.io:
# - Update CHANGELOG.md.
# - Create git tag
version = "0.4.4"
version = "0.4.5"
license = "MIT"
authors = [
"Carl Lerche <me@carllerche.com>",
Expand Down

0 comments on commit f161f7c

Please sign in to comment.