mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
Compare commits
2 Commits
55b920e5ec
...
9afa25ca19
Author | SHA1 | Date | |
---|---|---|---|
|
9afa25ca19 | ||
|
418b20b133 |
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
2
Cargo.lock
generated
@ -2789,7 +2789,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
||||
|
||||
[[package]]
|
||||
name = "xh"
|
||||
version = "0.24.0"
|
||||
version = "0.24.1"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"assert_cmd",
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user