Skip to content

Commit d0dd91e

Browse files
committed
v1.3.0
1 parent 64bd92b commit d0dd91e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 1.3.0 (March 11, 2025)
2+
3+
* Allow most UTF-8 characters in URI path and query.
4+
* Fix `HeaderMap::reserve()` to allocate sufficient capacity.
5+
16
# 1.2.0 (December 3, 2024)
27

38
* Add `StatusCode::TOO_EARLY` constant for 425 status.

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

0 commit comments

Comments
 (0)