This commit is contained in:
Sean McArthur
2015-06-01 11:42:58 -07:00
parent b29d96bc2b
commit 0cd7e9d91f
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
### v0.5.2 (2015-06-01)
#### Bug Fixes
* **buffer:** check capacity before resizing ([b1686d1b](https://github.com/hyperium/hyper/commit/b1686d1b22aa95a17088f99054d577bbb2aef9dc))
### v0.5.1 (2015-05-25)

View File

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