Added
- Support for
bzip2
,xz
andzstd
compression formats in addition togzip
and automatic compression detection by @tgulacsi in #549 - Support for compressed files with automatic format detection along with the
--sort | -s
option by @pamburus in #577 and #554
See the configuration files section for more details. - Nix flake by @TornaxO7 in #547
- Support for multiple layered configuration files by @pamburus in #620
Changed
- Replaced
--debug
command-line option withHL_DEBUG_LOG
environment variable by @pamburus in #620
See the env-logger crate documentation for more details. The only difference is thatHL_DEBUG_LOG
is used instead of the defaultRUST_LOG
environment variable.
Maintenance
- Make helpers moved to a separate file by @pamburus in #514
- Replaced actions-rs/toolchain with dtolnay/rust-toolchain by @pamburus in #553
- Added markdown linter by @pamburus in #552
- Allowed 0.05% coverage drop by @pamburus in #586
Other changes
- build(deps): bump allocator-api2 from 0.2.18 to 0.2.21 by @dependabot in #532, #568
- build(deps): bump anstream from 0.6.17 to 0.6.18 by @dependabot in #523
- build(deps): bump anstyle from 1.0.9 to 1.0.10 by @dependabot in #516
- build(deps): bump anyhow from 1.0.91 to 1.0.94 by @dependabot in #519, #526, #575
- build(deps): bump capnpc from 0.20.0 to 0.20.1 in the capnp-ver group by @dependabot in #540
- build(deps): bump cc from 1.1.31 to 1.2.5 by @dependabot in #518, #525, #530, #538, #572, #582, #594, #613
- build(deps): bump chrono from 0.4.38 to 0.4.39 in the chrono-ver group by @dependabot in #583
- build(deps): bump clap_complete from 4.5.20 to 4.5.23 by @dependabot in #537, #573, #578
- build(deps): bump clap_complete from 4.5.35 to 4.5.40 by @dependabot in #513, #520, #596, #604
- build(deps): bump config from 0.14.1 to 0.15.4 by @dependabot and @pamburus in #606, #616, 576
- build(deps): bump cpufeatures from 0.2.14 to 0.2.16 by @dependabot in #534, #551
- build(deps): bump deko from 0.1.0 to 0.3.0 by @dependabot in #609
- build(deps): bump errno from 0.3.9 to 0.3.10 by @dependabot in #564
- build(deps): bump flate2 from 1.0.34 to 1.0.35 by @dependabot in #539
- build(deps): bump hashlink from 0.8.4 to 0.9.1 by @dependabot in #610
- build(deps): bump indexmap from 2.6.0 to 2.7.0 by @dependabot in #569
- build(deps): bump itoa from 1.0.11 to 1.0.14 by @dependabot in #546, #560
- build(deps): bump libc from 0.2.161 to 0.2.169 by @dependabot in #527, #542, #561, #563, #570, #584, #619
- build(deps): bump miniz_oxide from 0.8.0 to 0.8.2 by @dependabot in #608
- build(deps): bump mio from 1.0.2 to 1.0.3 by @dependabot in #571
- build(deps): bump notify-types from 1.0.0 to 1.0.1 by @dependabot in #607
- build(deps): bump pathdiff from 0.2.2 to 0.2.3 by @dependabot in #562
- build(deps): bump proc-macro2 from 1.0.89 to 1.0.92 by @dependabot in #548, #550
- build(deps): bump redox_syscall from 0.5.7 to 0.5.8 in the redox-ver group by @dependabot in #587
- build(deps): bump regex-automata from 0.4.8 to 0.4.9 by @dependabot in #533
- build(deps): bump rustix from 0.38.38 to 0.38.42 by @dependabot in #522, #531, #543, #581
- build(deps): bump serde from 1.0.214 to 1.0.216 by @dependabot in #535, #585
- build(deps): bump serde_json from 1.0.132 to 1.0.133 by @dependabot in #541
- build(deps): bump terminal_size from 0.4.0 to 0.4.1 by @dependabot in #567
- build(deps): bump the crossbeam-ver group with 4 updates by @dependabot in #592
- build(deps): bump the pest-ver group with 4 updates by @dependabot in #579
- build(deps): bump the predicates-ver group with 3 updates by @dependabot in #618
- build(deps): bump the wasm-ver group with 7 updates by @dependabot in #566
- build(deps): bump thiserror from 1.0.65 to 2.0.8 by @dependabot in #515, #517, #521, #524, #528, #574, #580, #593, #605
- build(deps): bump unicode-ident from 1.0.13 to 1.0.14 in the unicode-ver group by @dependabot in #544
- build(deps): bump yoke from 0.7.4 to 0.7.5 by @dependabot in #555
- build(deps): bump zerofrom from 0.1.4 to 0.1.5 by @dependabot in #556
- build(deps): bump zerofrom-derive from 0.1.4 to 0.1.5 by @dependabot in #557
- build(deps): bump other dependencies by @pamburus in #576, #622
New Contributors
Full Changelog: v0.29.11...v0.30.0