We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c40eca commit 97c35ddCopy full SHA for 97c35dd
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.4 (April 4, 2021)
2
+
3
+* Fix `Uri` parsing to allow `{`, `"`, and `}` in paths.
4
5
# 0.2.3 (January 7, 2021)
6
7
* Upgrade internal (private) `bytes` dependency to 1.0.
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "0.2.3"
+version = "0.2.4"
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.2.3")]
+#![doc(html_root_url = "https://docs.rs/http/0.2.4")]
//! A general purpose library of common HTTP types
//!
0 commit comments