This commit is contained in:
Sean McArthur
2017-10-02 18:21:41 -07:00
parent 6b4635fd13
commit 4b1e9d1bab
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
### v0.11.6 (2017-10-02)
#### Bug Fixes
* **server:** fix experimental pipeline flushing ([6b4635fd](https://github.com/hyperium/hyper/commit/6b4635fd13f5fe91ad6d388c5e66394627ad7ba2))
### v0.11.5 (2017-10-02)

View File

@@ -1,7 +1,7 @@
[package]
name = "hyper"
version = "0.11.5" # don't forget to update html_root_url
version = "0.11.6" # 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.5")]
#![doc(html_root_url = "https://docs.rs/hyper/0.11.6")]
#![deny(missing_docs)]
#![deny(warnings)]
#![deny(missing_debug_implementations)]