Skip to content

Commit 36bba1a

Browse files
committed
v0.4.9
1 parent d021e8c commit 36bba1a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.4.9 (April 14, 2025)
2+
3+
* Add `sever::Connection::has_streams()` method to check for active streams.
4+
15
# 0.4.8 (February 18, 2025)
26

37
* Fix handling implicit stream resets at the more correct time.

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.8"
6+
version = "0.4.9"
77
license = "MIT"
88
authors = [
99
"Carl Lerche <[email protected]>",

0 commit comments

Comments
 (0)