From a10e7ded93177e083c195758f182672e4f3c05d0 Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Wed, 25 Mar 2015 13:03:49 -0700 Subject: [PATCH] v0.3.3 --- CHANGELOG.md | 15 +++++++++++++++ Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 459ca161..3054cc0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### v0.3.3 (2015-03-25) + + +#### Bug Fixes + +* **rustup:** + * rustc 1.0.0-nightly (123a754cb 2015-03-24) ([3e456f00](https://github.com/hyperium/hyper/commit/3e456f00f9991b1c723a232fc9c76fe8c0539858)) + * 1.0.0-nightly (e2fa53e59 2015-03-20) ([f547080d](https://github.com/hyperium/hyper/commit/f547080df53076711b52a016b990c5be56f42ede)) + + +#### Features + +* **headers:** Implementing content-encoding header ([2983e8de](https://github.com/hyperium/hyper/commit/2983e8dea21f02a31012a25b0a302a128768030a), closes [#391](https://github.com/hyperium/hyper/issues/391)) + + ### v0.3.2 (2015-03-20) diff --git a/Cargo.toml b/Cargo.toml index 74c1fabb..44143c8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "hyper" -version = "0.3.2" +version = "0.3.3" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html"