Skip to content

Commit

Permalink
v0.11.18
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Feb 7, 2018
1 parent 88f0179 commit 8e57338
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

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."
readme = "README.md"
homepage = "https://hyper.rs"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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(warnings)]
#![deny(missing_debug_implementations)]
Expand Down

0 comments on commit 8e57338

Please sign in to comment.