This commit is contained in:
Sean McArthur
2015-08-19 14:57:00 -07:00
parent d32d35bbea
commit 295e8e4708
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
### v0.6.10 (2015-08-19)
#### Bug Fixes
* **client:** close connection when there is an Error ([d32d35bb](https://github.com/hyperium/hyper/commit/d32d35bbea947172224082e1f9b711022ce75e30))
#### Features
* **uri:** implement fmt::Display for RequestUri () ([80931cf4](https://github.com/hyperium/hyper/commit/80931cf4c31d291125700ed3f9be5b3cb015d797), closes [#629](https://github.com/hyperium/hyper/issues/629))
### v0.6.9 (2015-08-13)

View File

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