Compare commits

...

2 Commits

Author SHA1 Message Date
Mohamed Daahir
9afa25ca19 bump version to v0.24.1 2025-05-02 15:20:05 +01:00
Mohamed Daahir
418b20b133 update CHANGELOG.md 2025-05-02 15:14:21 +01:00
4 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
## [0.24.1] - 2025-05-02
### Features
- Support RFC 5987 encoding for Content-Disposition filenames, see #416 (@zuisong)
### Bug fixes
- Fix crash on empty zstd response body, see #411 (@blyxxyz)
### Other
- Improve rustls errors for invalid certificates, see #413 (@blyxxyz)
## [0.24.0] - 2025-02-18
### Features
- Add `--generate` option to generate the man page and shell completions at runtime,

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