File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change
1
+ ### v0.11.13 (2018-01-12)
2
+
3
+
4
+ #### Bug Fixes
5
+
6
+ * ** client:**
7
+ * change connection errors to debug log level ([ 2fe90f25] ( https://github.com/hyperium/hyper/commit/2fe90f256420ff668966290ac96686ce061453e4 ) , closes [ #1412 ] ( https://github.com/hyperium/hyper/issues/1412 ) )
8
+ * don't error on read before writing request ([ 7976023b] ( https://github.com/hyperium/hyper/commit/7976023b594ec6784e40a147d3baec99a947b118 ) )
9
+ * ** lib:** properly handle body streaming errors ([ 7a48d0e8] ( https://github.com/hyperium/hyper/commit/7a48d0e8b4ad465c0205ddfb116b6bd60dbdec71 ) )
10
+
11
+
1
12
### v0.11.12 (2018-01-08)
2
13
3
14
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " hyper"
4
- version = " 0.11.12 " # don't forget to update html_root_url
4
+ version = " 0.11.13 " # don't forget to update html_root_url
5
5
description = " A modern HTTP library."
6
6
readme = " README.md"
7
7
homepage = " https://hyper.rs"
Original file line number Diff line number Diff line change 1
- #![ doc( html_root_url = "https://docs.rs/hyper/0.11.12 " ) ]
1
+ #![ doc( html_root_url = "https://docs.rs/hyper/0.11.13 " ) ]
2
2
#![ deny( missing_docs) ]
3
3
#![ deny( warnings) ]
4
4
#![ deny( missing_debug_implementations) ]
You can’t perform that action at this time.
0 commit comments