Skip to content

Commit

Permalink
v0.14.20
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 7, 2022
1 parent 128bc7f commit 0ff6213
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
### v0.14.20 (2022-07-07)


#### Bug Fixes

* **http1:** fix `http1_header_read_timeout` to use same future (#2891) ([c5a14e7c](https://github.com/hyperium/hyper/commit/c5a14e7c087424001223aaeb2dad532ba4ee6063))


#### Features

* **ext:** support non-canonical HTTP/1 reason phrases (#2792) ([b2052a43](https://github.com/hyperium/hyper/commit/b2052a433fd151d7d745ee9c5b27a2031db1dc32))


### v0.14.19 (2022-05-27)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hyper"
version = "0.14.19"
version = "0.14.20"
description = "A fast and correct HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
Expand Down

0 comments on commit 0ff6213

Please sign in to comment.