This commit is contained in:
Sean McArthur
2018-03-07 12:56:57 -08:00
parent bfcdbd9f86
commit 0786ea1f87
3 changed files with 16 additions and 2 deletions

View File

@@ -1,3 +1,17 @@
### v0.11.22 (2018-03-07)
#### Bug Fixes
* **client:** return error if Request has `CONNECT` method ([bfcdbd9f](https://github.com/hyperium/hyper/commit/bfcdbd9f86480cf6531544ecca247562a18172af))
* **dependencies:** require tokio-core 0.1.11 ([49fcb066](https://github.com/hyperium/hyper/commit/49fcb0663cc30bbfc82cfc3c8e42d539211a3f3f))
#### Features
* **client:** add `Config::set_host` option ([33a385c6](https://github.com/hyperium/hyper/commit/33a385c6b677cce4ece2843c11ac78711fd5b898))
### v0.11.21 (2018-02-28)

View File

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