This commit is contained in:
Sean McArthur
2015-09-02 09:27:25 -07:00
parent 9a3b3558c1
commit 3d05a90eef
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.6.13 (2015-09-02)
#### Bug Fixes
* **client:** EofReader by nature means the connection is closed ([32e09a04](https://github.com/hyperium/hyper/commit/32e09a04292b0247456a8fb9003a75a6abaa998e))
### v0.6.12 (2015-09-01) ### v0.6.12 (2015-09-01)

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "hyper" name = "hyper"
version = "0.6.12" version = "0.6.13"
description = "A modern HTTP library." description = "A modern HTTP library."
readme = "README.md" readme = "README.md"
documentation = "http://hyperium.github.io/hyper/hyper/index.html" documentation = "http://hyperium.github.io/hyper/hyper/index.html"