mirror of
https://github.com/ducaale/xh.git
synced 2025-05-05 15:32:50 +00:00
bump version to v0.24.1
This commit is contained in:
parent
418b20b133
commit
9afa25ca19
@ -1,7 +1,6 @@
|
|||||||
## Unreleased
|
## [0.24.1] - 2025-05-02
|
||||||
### Features
|
### Features
|
||||||
- Support RFC 5987 encoding for Content-Disposition filenames,
|
- Support RFC 5987 encoding for Content-Disposition filenames, see #416 (@zuisong)
|
||||||
see #416 (@zuisong)
|
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
- Fix crash on empty zstd response body, see #411 (@blyxxyz)
|
- Fix crash on empty zstd response body, see #411 (@blyxxyz)
|
||||||
|
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -2789,7 +2789,7 @@ checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xh"
|
name = "xh"
|
||||||
version = "0.24.0"
|
version = "0.24.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"assert_cmd",
|
"assert_cmd",
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "xh"
|
name = "xh"
|
||||||
version = "0.24.0"
|
version = "0.24.1"
|
||||||
authors = ["ducaale <sharaf.13@hotmail.com>"]
|
authors = ["ducaale <sharaf.13@hotmail.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
rust-version = "1.74.0"
|
rust-version = "1.74.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user