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 9955f2e commit eda5ca5Copy full SHA for eda5ca5
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## v0.9.0 (2016-04-21)
2
+
3
4
+#### Features
5
6
+* **net:** Add Ssl impls for security-framework ([f37315b2](https://github.com/hyperium/hyper/commit/f37315b2708e092eaf5177a6960df9f7bf11eb5c))
7
8
9
+#### Breaking Changes
10
11
+* The re-exported Url type has breaking changes.
12
+ ([8fa7a989](https://github.com/hyperium/hyper/commit/8fa7a9896809ef2a24994993b91981105a520f26))
13
14
15
### v0.8.1 (2016-04-13)
16
17
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "hyper"
-version = "0.8.1"
+version = "0.9.0"
description = "A modern HTTP library."
readme = "README.md"
documentation = "http://hyperium.github.io/hyper/hyper/index.html"
0 commit comments