Skip to content

Commit b0d01bb

Browse files
noxseanmonstar
authored andcommitted
v0.3.11
1 parent 556447c commit b0d01bb

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.11 (January 26, 2022)
2+
3+
* Make `SendStream::poll_capacity` never return `Ok(Some(0))` (#596)
4+
* Fix panic when receiving already reset push promise (#597)
5+
16
# 0.3.10 (January 6, 2022)
27

38
* Add `Error::is_go_away()` and `Error::is_remote()` methods.

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.10"
8+
version = "0.3.11"
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.10")]
81+
#![doc(html_root_url = "https://docs.rs/h2/0.3.11")]
8282
#![deny(missing_debug_implementations, missing_docs)]
8383
#![cfg_attr(test, deny(warnings))]
8484

0 commit comments

Comments
 (0)