This commit is contained in:
Sean McArthur
2016-05-04 11:16:13 -07:00
parent 283b1cace1
commit 1d936fee90
2 changed files with 15 additions and 1 deletions

View File

@@ -1,3 +1,17 @@
### v0.9.2 (2016-05-04)
#### Features
* **client:**
* proper proxy and tunneling in Client ([f36c6b25](f36c6b25), closes [#774](774))
* add Proxy support ([25010fc1](25010fc1), closes [#531](531))
#### Performance
* **client:** don't keep Pool mutex locked during getaddrinfo ([5fcc04a6](5fcc04a6))
### v0.9.1 (2016-04-21)

View File

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