This commit is contained in:
Sean McArthur
2015-04-02 12:57:45 -07:00
parent d3f042bd53
commit 1b28515b6e
2 changed files with 17 additions and 1 deletions

View File

@@ -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)

View File

@@ -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"