From 1b28515b6e904cfabb7602a027b03ff1a19f4eb8 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Thu, 2 Apr 2015 12:57:45 -0700 Subject: [PATCH] v0.3.8 --- CHANGELOG.md | 16 ++++++++++++++++ Cargo.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3aacf34..5bbdc743 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +### v0.3.8 (2015-04-02) + + +#### Bug Fixes + +* **rustup:** update to rust beta ([0f5858f3](https://github.com/hyperium/hyper/commit/0f5858f37974731243d47710364776fdd73376fe)) + + +#### Breaking Changes + +* Removed impl_header!() and impl_list_header!() macros, +use new header!() macro. + + ([262c450f](https://github.com/hyperium/hyper/commit/262c450f908dbf27754daff0784f0f20145036dd)) + + ### v0.3.7 (2015-03-31) diff --git a/Cargo.toml b/Cargo.toml index 82220de2..651de901 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.3.7" +version = "0.3.8" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"