File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ ### v0.6.1 (2015-06-26)
2+
3+
4+ #### Bug Fixes
5+
6+ * ** benches:** adjust to missing ` set_ssl_verifier ` ([ eb38a11b] ( https://github.com/hyperium/hyper/commit/eb38a11b9ab401d6b909077f92507fa872349d13 ) )
7+ * ** cargo:** fix linking on OSX 10.10 ([ 9af2b66f] ( https://github.com/hyperium/hyper/commit/9af2b66fe4003706517d95ed94013af9cd365b24 ) )
8+ * ** client:** use Ssl instance in creation of SslStream ([ 1a490e25] ( https://github.com/hyperium/hyper/commit/1a490e25c321bdd173d47ed7a7a704039746fb29 ) )
9+
10+
111## v0.6.0 (2015-06-24)
212
313
1424 * add ` Protocol ` trait ([ 3417303a] ( https://github.com/hyperium/hyper/commit/3417303a4a9aa4809729d53f0d018338e876da51 ) )
1525 * implement HttpMessage for HTTP/1.1 ([ ecb713f8] ( https://github.com/hyperium/hyper/commit/ecb713f8494b13bdba91258b1507e8f7ce62b8d9 ) )
1626 * add ` HttpMessage ` trait ([ 289fd02b] ( https://github.com/hyperium/hyper/commit/289fd02b55a42748cbce8de428939208713a765d ) )
17- * ** error:** add private __ Nonexhaustive variant to Error ([ 7c0421e3] ( https://github.com/hyperium/hyper/commit/7c0421e3fc1d5a8b4868b57acca87abd685f3430 ) )
27+ * ** error:** add private ` __Nonexhaustive ` variant to Error ([ 7c0421e3] ( https://github.com/hyperium/hyper/commit/7c0421e3fc1d5a8b4868b57acca87abd685f3430 ) )
1828* ** headers:**
1929 * add bearer token support ([ edf6ac20] ( https://github.com/hyperium/hyper/commit/edf6ac2074d11694ded275807a66df3a8a8e33a6 ) )
2030 * add ` Range ` header ([ 05c31998] ( https://github.com/hyperium/hyper/commit/05c319984630b31d18dfbfa9b7567f6c7613d7f8 ) )
Original file line number Diff line number Diff line change 11[package ]
22
33name = " hyper"
4- version = " 0.6.0 "
4+ version = " 0.6.1 "
55description = " A modern HTTP library."
66readme = " README.md"
77documentation = " http://hyperium.github.io/hyper/hyper/index.html"
You can’t perform that action at this time.
0 commit comments