Skip to content

Commit

Permalink
v0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Oct 2, 2017
1 parent e8d6173 commit c2fd47f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### v0.11.5 (2017-10-02)


#### Bug Fixes

* **http:** avoid infinite recursion when Body::from is called with Cow::Owned. (#1343) ([e8d61737](/~https://github.com/hyperium/hyper/commit/e8d6173734b0fb43bf7401fdbe43258d913a6284))


### v0.11.4 (2017-09-28)


Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]

name = "hyper"
version = "0.11.4" # don't forget to update html_root_url
version = "0.11.5" # don't forget to update html_root_url
description = "A modern HTTP library."
readme = "README.md"
homepage = "https://hyper.rs"
documentation = "https://docs.rs/hyper"
repository = "/~https://github.com/hyperium/hyper"
license = "MIT"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
keywords = ["http", "hyper", "hyperium"]
categories = ["network-programming", "web-programming::http-client", "web-programming::http-server"]

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.4")]
#![doc(html_root_url = "https://docs.rs/hyper/0.11.5")]
#![deny(missing_docs)]
#![deny(warnings)]
#![deny(missing_debug_implementations)]
Expand Down

0 comments on commit c2fd47f

Please sign in to comment.