This commit is contained in:
Sean McArthur
2015-08-03 12:07:41 -07:00
parent 38d08e0213
commit 884fb1bbd9
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.6.8 (2015-08-03)
#### Features
* **raw-fd:** implement FromRawFd/FromRawSocket ([664bde58](https://github.com/hyperium/hyper/commit/664bde58d8a6b2d6ce5624ed96b8d6d68214a782))
### v0.6.7 (2015-08-03)

View File

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