Skip to content

Commit 9c05e39

Browse files
committed
v0.1.19
1 parent 525a618 commit 9c05e39

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 0.1.19 (October 15, 2019)
2+
3+
* Allow `%` in IPv6 addresses in `Uri` (#343).
4+
15
# 0.1.18 (July 26, 2019)
26

37
* Fix compilation of `HeaderName` parsing on WASM targets (#324).

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.18"
7+
version = "0.1.19"
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.18")]
1+
#![doc(html_root_url = "https://docs.rs/http/0.1.19")]
22

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

0 commit comments

Comments
 (0)