We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bd92b commit d0dd91eCopy full SHA for d0dd91e
CHANGELOG.md
@@ -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
6
# 1.2.0 (December 3, 2024)
7
8
* Add `StatusCode::TOO_EARLY` constant for 425 status.
Cargo.toml
@@ -4,7 +4,7 @@ name = "http"
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
-version = "1.2.0"
+version = "1.3.0"
readme = "README.md"
9
documentation = "https://docs.rs/http"
10
repository = "https://github.com/hyperium/http"
0 commit comments