From 295e8e470834d8fd2956f11cfb111c19ae2922b3 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 19 Aug 2015 14:57:00 -0700 Subject: [PATCH] v0.6.10 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff513d977..bcbf56294b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.toml b/Cargo.toml index 0101c0ba17..194957d257 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"