This commit is contained in:
Sean McArthur
2018-01-16 14:20:26 -08:00
parent 14e4c741dc
commit 350ce542be
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
### v0.11.14 (2018-01-16)
#### Bug Fixes
* **tokio-proto:** return end-of-body frame correctly for tokio-proto ([14e4c741](https://github.com/hyperium/hyper/commit/14e4c741dc48a386d7bdc6f8e9e279e60f172722), closes [#1414](https://github.com/hyperium/hyper/issues/1414))
### v0.11.13 (2018-01-12) ### v0.11.13 (2018-01-12)

View File

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

View File

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