This commit is contained in:
Sean McArthur
2015-03-25 13:03:49 -07:00
parent b5f3bd05e5
commit a10e7ded93
2 changed files with 16 additions and 1 deletions

View File

@@ -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) ### v0.3.2 (2015-03-20)

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "hyper" name = "hyper"
version = "0.3.2" version = "0.3.3"
description = "A modern HTTP library." description = "A modern HTTP library."
readme = "README.md" readme = "README.md"
documentation = "http://hyperium.github.io/hyper/hyper/index.html" documentation = "http://hyperium.github.io/hyper/hyper/index.html"