From 5f67c2d79b17c74323fe270fd01afac28cf46e44 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Mon, 30 Mar 2015 10:01:54 -0700 Subject: [PATCH] v0.3.6 --- CHANGELOG.md | 9 +++++++++ Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc0cb4d..59fafd4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### v0.3.6 (2015-03-30) + + +#### Bug Fixes + +* **buffer:** get_buf to not return consumed part of buffer ([04e3b565](https://github.com/hyperium/hyper/commit/04e3b5651561f087fee7c0345fe77d217d3ad35a), closes [#406](https://github.com/hyperium/hyper/issues/406)) +* **rustup:** get rid of slice pattern, add `Reflect` bounds ([c9f2c841](https://github.com/hyperium/hyper/commit/c9f2c841ff0e68dead38e762ed5f8c0f42255bc4)) + + ### v0.3.5 (2015-03-28) diff --git a/Cargo.toml b/Cargo.toml index bb76e23f..ed705a61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.3.5" +version = "0.3.6" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"