We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525a618 commit 9c05e39Copy full SHA for 9c05e39
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.1.19 (October 15, 2019)
2
+
3
+* Allow `%` in IPv6 addresses in `Uri` (#343).
4
5
# 0.1.18 (July 26, 2019)
6
7
* Fix compilation of `HeaderName` parsing on WASM targets (#324).
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.1.18"
+version = "0.1.19"
8
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/http/0.1.18")]
+#![doc(html_root_url = "https://docs.rs/http/0.1.19")]
//! A general purpose library of common HTTP types
//!
0 commit comments