Skip to content

Commit

Permalink
v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jul 12, 2018
1 parent b41eabf commit 8a04a97
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
### v0.12.6 (2018-07-11)


#### Features

* **client:**
* add ability to include `SO_REUSEADDR` option on sockets ([13862d11](https://github.com/hyperium/hyper/commit/13862d11ad329e5198622ad3e924e1aa05ab2c8a), closes [#1599](https://github.com/hyperium/hyper/issues/1599))
* implement rfc 6555 (happy eyeballs) ([02a9c29e](https://github.com/hyperium/hyper/commit/02a9c29e2e816c8a583f65b372fcf7b8503e6bad))
* **server:** add `Builder::http1_pipeline_flush` configuration ([5b5e3090](https://github.com/hyperium/hyper/commit/5b5e3090955c1b6c1e7a8cb97b43de8d099f5303))


### v0.12.5 (2018-06-28)


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.12.5" # don't forget to update html_root_url
version = "0.12.6" # don't forget to update html_root_url
description = "A fast and correct 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.12.5")]
#![doc(html_root_url = "https://docs.rs/hyper/0.12.6")]
#![deny(missing_docs)]
#![deny(warnings)]
#![deny(missing_debug_implementations)]
Expand Down

0 comments on commit 8a04a97

Please sign in to comment.