Skip to content

Commit

Permalink
v0.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Mar 1, 2017
1 parent 97ef7aa commit eb7b49a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v0.10.5 (2017-03-01)


#### Bug Fixes

* **http:**
* Consume entire chunked encoding message ([4147fcd0](https://github.com/hyperium/hyper/commit/4147fcd0d688b6d5b8d6b32f26c147819321a390))
* fix returning EarlyEof if supplied buffer is zero-len ([1e740fbc](https://github.com/hyperium/hyper/commit/1e740fbcc3fb60af2fe8d2227457fa29582151c3))


### v0.10.4 (2017-01-31)


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

0 comments on commit eb7b49a

Please sign in to comment.