What's Changed
- Unzipping files on disk will now happen in parallel. This will speed up extraction on SSDs, but may cause excess seeking on spinning metal disks. On spinning metal disks, use
--single-threadedto suppress parallelism. by @mhansen in #118 - feat: aliases for subcommands by @nik-rev in #106
- Replace
anyhowwiththiserrorfor main package by @Shtoyan in #107 - insert variables in format strings by @pgrace-google in #110
- build(deps): bump tracing-subscriber from 0.3.19 to 0.3.20 in the cargo group across 1 directory by @dependabot[bot] in #111
- Fix clippy warning about unnecessary Default by @mhansen in #119
- Run cargo fmt by @mhansen in #121
- Release ripgrep version to 2.0.4 by @mhansen in #122
New Contributors
Full Changelog: v2.0.3...v2.0.4