Skip to content

Commit d77fcff

Browse files
committed
v0.11.4
1 parent 0fbc215 commit d77fcff

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
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.4 (2017-09-28)
2+
3+
4+
#### Bug Fixes
5+
6+
* **client:** fix panic in Pool ([0fbc215f](0fbc215f), closes [#1339](1339))
7+
8+
19
### v0.11.3 (2017-09-28)
210

311

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "hyper"
4-
version = "0.11.3" # don't forget to update html_root_url
4+
version = "0.11.4" # don't forget to update html_root_url
55
description = "A modern HTTP library."
66
readme = "README.md"
77
homepage = "https://hyper.rs"

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.3")]
1+
#![doc(html_root_url = "https://docs.rs/hyper/0.11.4")]
22
#![deny(missing_docs)]
33
#![deny(warnings)]
44
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)