This commit is contained in:
Sean McArthur
2016-04-21 17:10:51 -07:00
parent b783ddf455
commit 4828437551
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.9.1 (2016-04-21)
#### Bug Fixes
* **Cargo.toml:** update documentation link ([b783ddf4](https://github.com/hyperium/hyper/commit/b783ddf455ee93cc38510f3179ffe18733c797c1))
## v0.9.0 (2016-04-21) ## v0.9.0 (2016-04-21)

View File

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