We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192e452 commit 1b6d1c6Copy full SHA for 1b6d1c6
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+### v0.9.6 (2016-05-23)
2
+
3
4
+#### Bug Fixes
5
6
+* **client:** Manually impl Debug for PooledStream ([aa692236](https://github.com/hyperium/hyper/commit/aa692236a851d29abec63b6a0d61d957cea5fd26))
7
+* **server:** Switch Ssl to SslServer in bounds ([470bc8ec](https://github.com/hyperium/hyper/commit/470bc8ec396bfc9ead6782f72e6de58268767a5a))
8
9
10
### v0.9.5 (2016-05-18)
11
12
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "hyper"
-version = "0.9.5"
+version = "0.9.6"
description = "A modern HTTP library."
readme = "README.md"
documentation = "http://hyperium.github.io/hyper"
0 commit comments