This commit is contained in:
Sean McArthur
2018-01-05 10:51:18 -08:00
parent f7aeb1cab0
commit b3f32469b0
3 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
### v0.11.11 (2018-01-05)
#### Features
* **client:** replace default dispatcher ([0892cb27](https://github.com/hyperium/hyper/commit/0892cb27777858737449a012bc6ea08ee080e5b7))
* **server:** change default dispatcher ([6ade21aa](https://github.com/hyperium/hyper/commit/6ade21aa7f16dfeb6c0c53fe39c3f168f5f8aec1))
### v0.11.10 (2017-12-26)

View File

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