This commit is contained in:
Sean McArthur
2015-04-17 14:45:32 -07:00
parent 0905fce689
commit d3b1c80bb5
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
### v0.3.13 (2015-04-17)
#### Bug Fixes
* **server:** JoinHandle type parameter ([c694b138](https://github.com/hyperium/hyper/commit/c694b1385bd294e7c8e0398ee75e3a054ced5006))
#### Features
* **debug:** add Debug impls for StatusClass, Server, and Listening ([0fb92ee7](https://github.com/hyperium/hyper/commit/0fb92ee735136a07c832124df521b96a6779bd39))
### v0.3.12 (2015-04-15) ### v0.3.12 (2015-04-15)

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "hyper" name = "hyper"
version = "0.3.12" version = "0.3.13"
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"