This commit is contained in:
Sean McArthur
2015-04-03 09:57:53 -07:00
parent cc8400ddcc
commit 4fecd64c0f
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.3.9 (2015-04-03)
#### Bug Fixes
* **headers:** Add CowStr as a temporary hack to build on beta. ([8e065563](https://github.com/hyperium/hyper/commit/8e0655637e80c5377c01da4dbca6fb627e6d4225))
### v0.3.8 (2015-04-02)

View File

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