This commit is contained in:
Sean McArthur
2018-02-05 16:37:43 -08:00
parent 731096947d
commit 1eb18a9e44
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
### v0.11.17 (2018-02-05)
#### Bug Fixes
* **client:** more reliably detect closed pooled connections (#1434) ([265ad67c](https://github.com/hyperium/hyper/commit/265ad67c86379841a5aa821543a01648ccc8c26c))
* **h1:** fix hung streaming bodies over HTTPS ([73109694](https://github.com/hyperium/hyper/commit/731096947d0704de58b75d17e05af956bcb21bd9))
### v0.11.16 (2018-01-30)

View File

@@ -1,7 +1,7 @@
[package]
name = "hyper"
version = "0.11.16" # don't forget to update html_root_url
version = "0.11.17" # don't forget to update html_root_url
description = "A modern HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"

View File

@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/hyper/0.11.16")]
#![doc(html_root_url = "https://docs.rs/hyper/0.11.17")]
#![deny(missing_docs)]
#![deny(warnings)]
#![deny(missing_debug_implementations)]