From 7e4bd589e3a928a70d173a19afcd934a227ba23f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 11 Mar 2025 16:12:23 -0400 Subject: [PATCH] v1.3.1 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 669936bf..dae64644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.3.1 (March 11, 2025) + +* Fix validation that all characters are UTF-8 in URI path and query. + # 1.3.0 (March 11, 2025) * Allow most UTF-8 characters in URI path and query. diff --git a/Cargo.toml b/Cargo.toml index 73a38cb1..29ee6c1c 100644 --- a/Cargo.toml +++ b/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" readme = "README.md" documentation = "https://docs.rs/http" repository = "https://github.com/hyperium/http"