Skip to content

Commit 88b0789

Browse files
LucioFrancoseanmonstar
authored andcommitted
v0.3.14
1 parent b0f54d8 commit 88b0789

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.3.14 (August 16, 2022)
2+
3+
* Add `Error::is_reset` function.
4+
* Bump MSRV to Rust 1.56.
5+
* Return `RST_STREAM(NO_ERROR)` when the server early responds.
6+
17
# 0.3.13 (March 31, 2022)
28

39
* Update private internal `tokio-util` dependency.

Cargo.toml

Lines changed: 1 addition & 1 deletion
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.13"
8+
version = "0.3.14"
99
license = "MIT"
1010
authors = [
1111
"Carl Lerche <me@carllerche.com>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
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.13")]
81+
#![doc(html_root_url = "https://docs.rs/h2/0.3.14")]
8282
#![deny(missing_debug_implementations, missing_docs)]
8383
#![cfg_attr(test, deny(warnings))]
8484

0 commit comments

Comments
 (0)