This is a small bug fix release: a string like "1234.123456789 seconds ago" caused an invalid date error (see uutils/coreutils#8754). In addition, the unused regex
dependency has been removed.
Thanks to @yuankunzhang and @stillbeingnick for their PRs!
What's Changed
- chore: remove regex crate as dependency by @yuankunzhang in #236
- docs: add comments for the build function by @yuankunzhang in #237
- Changing ErrMode::Cut to ErrMode::Backtrack to allow alt parser flow (Fix for uutils/coreutils issue 8754) by @stillbeingnick in #238
New Contributors
- @stillbeingnick made their first contribution in #238
Full Changelog: v0.13.0...v0.13.1