This commit is contained in:
Sean McArthur
2015-07-08 10:33:37 -07:00
parent 9bf60b65a0
commit 623824d8b2
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.6.3 (2015-07-08)
#### Bug Fixes
* **lint:** change deny(missing_docs) to only apply for tests ([5994a6f8](https://github.com/hyperium/hyper/commit/5994a6f8b4e48c9ab766e425dba210bdac59b00b), closes [#600](https://github.com/hyperium/hyper/issues/600))
### v0.6.2 (2015-07-06)

View File

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