We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6637a72 commit 8c1fb20Copy full SHA for 8c1fb20
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.3.1 (March 11, 2025)
2
+
3
+* Fix validation that all characters are UTF-8 in URI path and query.
4
5
# 1.3.0 (March 11, 2025)
6
7
* Allow most UTF-8 characters in URI path and query.
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "1.3.0"
+version = "1.3.1"
8
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
0 commit comments