This commit is contained in:
Sean McArthur
2018-02-07 13:59:47 -08:00
parent 88f01793be
commit 8e57338ef0
3 changed files with 15 additions and 2 deletions

View File

@@ -1,3 +1,16 @@
### v0.11.18 (2018-02-07)
#### Bug Fixes
* **client:** send an `Error::Cancel` if a queued request is dropped ([88f01793](https://github.com/hyperium/hyper/commit/88f01793bec5830370cb88f74a64a2e20a440c17))
#### Features
* **client:** add `http1_writev` configuration option ([b0aa6497](https://github.com/hyperium/hyper/commit/b0aa6497258c20354ae0fe36d668e0c2361b3151))
### v0.11.17 (2018-02-05) ### v0.11.17 (2018-02-05)

View File

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