Skip to content

Commit c2fd47f

Browse files
committed
v0.11.5
1 parent e8d6173 commit c2fd47f

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v0.11.5 (2017-10-02)
2+
3+
4+
#### Bug Fixes
5+
6+
* **http:** avoid infinite recursion when Body::from is called with Cow::Owned. (#1343) ([e8d61737](https://github.com/hyperium/hyper/commit/e8d6173734b0fb43bf7401fdbe43258d913a6284))
7+
8+
19
### v0.11.4 (2017-09-28)
210

311

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22

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

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/hyper/0.11.4")]
1+
#![doc(html_root_url = "https://docs.rs/hyper/0.11.5")]
22
#![deny(missing_docs)]
33
#![deny(warnings)]
44
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)