Full Changelog: v1.1.2...v1.2.0
TLDR:
- Added concurrency to the CLI using Rayon, so now it iterates concurrently through the entries and filter out everything that doesn't match the pattern.
- Added LTO and some other optimizations to the CLI which made it faster and thinner.
- Bumped
colored
from version 2 to 3 because why not. - Cleaned up the code with better error handling.
- Updated benchmarks, removed WSL2 benchmark to make everything easier.