Skip to content

Commit eb7b49a

Browse files
committed
v0.10.5
1 parent 97ef7aa commit eb7b49a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### v0.10.5 (2017-03-01)
2+
3+
4+
#### Bug Fixes
5+
6+
* **http:**
7+
* Consume entire chunked encoding message ([4147fcd0](https://github.com/hyperium/hyper/commit/4147fcd0d688b6d5b8d6b32f26c147819321a390))
8+
* fix returning EarlyEof if supplied buffer is zero-len ([1e740fbc](https://github.com/hyperium/hyper/commit/1e740fbcc3fb60af2fe8d2227457fa29582151c3))
9+
10+
111
### v0.10.4 (2017-01-31)
212

313

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.10.4"
4+
version = "0.10.5"
55
description = "A modern HTTP library."
66
readme = "README.md"
77
homepage = "http://hyper.rs"

0 commit comments

Comments
 (0)