This commit is contained in:
Sean McArthur
2018-01-08 10:06:19 -08:00
parent fa7f4377c1
commit e34a32b0a0
3 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
### v0.11.12 (2018-01-08)
#### Bug Fixes
* **server:** add remote_addr back to Request when using Http::bind ([fa7f4377](https://github.com/hyperium/hyper/commit/fa7f4377c1d783ca860820aefc41d0eab73be14c), closes [#1410](https://github.com/hyperium/hyper/issues/1410))
### v0.11.11 (2018-01-05)

View File

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