Skip to content

Commit

Permalink
v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed May 4, 2016
1 parent 283b1ca commit 1d936fe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 1d936fe

Please sign in to comment.