Skip to content

v0.13.1

Latest
Compare
Choose a tag to compare
@cakebaker cakebaker released this 04 Oct 15:44
ba69fb8

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

Full Changelog: v0.13.0...v0.13.1