Skip to content

Commit f5e97e4

Browse files
committed
v0.1.17
1 parent cd5f365 commit f5e97e4

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.17 (April 5, 2019)
2+
3+
* Add `Error::inner_ref()` to view the kind of error (#303)
4+
* Add `headers_ref()` and `headers_mut()` methods to `request::Builder` and `response::Builder` (#293)
5+
16
# 0.1.16 (February 19, 2019)
27

38
* Fix `Uri` to permit more characters in the `path` (#296)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name = "http"
44
# - Update html_root_url in lib.rs.
55
# - Update CHANGELOG.md.
66
# - Create git tag
7-
version = "0.1.16"
7+
version = "0.1.17"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/http/0.1.16")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.1.17")]
22

33
//! A general purpose library of common HTTP types
44
//!

0 commit comments

Comments
 (0)