Skip to content

Commit

Permalink
v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Aug 19, 2015
1 parent d32d35b commit 295e8e4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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.6.9"
version = "0.6.10"
description = "A modern HTTP library."
readme = "README.md"
documentation = "http://hyperium.github.io/hyper/hyper/index.html"
Expand Down

0 comments on commit 295e8e4

Please sign in to comment.