Skip to content

Commit 8c1fb20

Browse files
committed
v1.3.1
1 parent 6637a72 commit 8c1fb20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -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+
15
# 1.3.0 (March 11, 2025)
26

37
* Allow most UTF-8 characters in URI path and query.

Cargo.toml

+1-1
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 = "1.3.0"
7+
version = "1.3.1"
88
readme = "README.md"
99
documentation = "https://docs.rs/http"
1010
repository = "https://github.com/hyperium/http"

0 commit comments

Comments
 (0)