Skip to content

Commit

Permalink
v0.11.11
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jan 5, 2018
1 parent f7aeb1c commit b3f3246
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
### v0.11.11 (2018-01-05)


#### Features

* **client:** replace default dispatcher ([0892cb27](https://github.com/hyperium/hyper/commit/0892cb27777858737449a012bc6ea08ee080e5b7))
* **server:** change default dispatcher ([6ade21aa](https://github.com/hyperium/hyper/commit/6ade21aa7f16dfeb6c0c53fe39c3f168f5f8aec1))


### v0.11.10 (2017-12-26)


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

0 comments on commit b3f3246

Please sign in to comment.