Skip to content

Commit 12a0d88

Browse files
committed
v0.4.10
1 parent adab70f commit 12a0d88

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.10 (May 5, 2025)
2+
3+
* Fix `is_end_stream()` to return true only when ended cleanly, not when errored.
4+
15
# 0.4.9 (April 14, 2025)
26

37
* Add `sever::Connection::has_streams()` method to check for active streams.

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

0 commit comments

Comments
 (0)