diff --git a/CHANGELOG.md b/CHANGELOG.md index 281c791..6b2872f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,6 @@ -## Unreleased +## [0.24.1] - 2025-05-02 ### Features -- Support RFC 5987 encoding for Content-Disposition filenames, - see #416 (@zuisong) +- Support RFC 5987 encoding for Content-Disposition filenames, see #416 (@zuisong) ### Bug fixes - Fix crash on empty zstd response body, see #411 (@blyxxyz) diff --git a/Cargo.lock b/Cargo.lock index a7ecf2c..4583081 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2789,7 +2789,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" [[package]] name = "xh" -version = "0.24.0" +version = "0.24.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index 9a5f6d8..8eae640 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xh" -version = "0.24.0" +version = "0.24.1" authors = ["ducaale "] edition = "2021" rust-version = "1.74.0" diff --git a/doc/xh.1 b/doc/xh.1 index c0bd7ca..8e97102 100644 --- a/doc/xh.1 +++ b/doc/xh.1 @@ -1,4 +1,4 @@ -.TH XH 1 2025-02-18 0.24.0 "User Commands" +.TH XH 1 2025-05-02 0.24.1 "User Commands" .SH NAME xh \- Friendly and fast tool for sending HTTP requests