bump version to v0.24.1

This commit is contained in:
Mohamed Daahir 2025-05-02 15:20:05 +01:00
parent 418b20b133
commit 9afa25ca19
4 changed files with 5 additions and 6 deletions

View File

@ -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)

2
Cargo.lock generated
View File

@ -2789,7 +2789,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "xh"
version = "0.24.0"
version = "0.24.1"
dependencies = [
"anyhow",
"assert_cmd",

View File

@ -1,6 +1,6 @@
[package]
name = "xh"
version = "0.24.0"
version = "0.24.1"
authors = ["ducaale <sharaf.13@hotmail.com>"]
edition = "2021"
rust-version = "1.74.0"

View File

@ -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