Skip to content

v0.8.0

Compare
Choose a tag to compare
@zslayton zslayton released this 05 Feb 13:45
· 40 commits to master since this release

This was a very eventful release with lots of excellent community contributions. Huge thanks to everyone who helped!

  • @elbe0046 added support for ? in the day-of-week and day-of-month fields. (#57)
  • @sebest migrated cron to Rust's 2018 edition. (#63)
  • @elbe0046 added support for periods like */2, 10-20/2, and Mon-Thurs/2. (#64)
  • @sebest + @adeschamps removed cron's dependency on error-chain. (#65)
  • @deankarn added an implementation of DoubleEndedIterator for ScheduleIterator, allowing iteration backwards through time with .rev(). (#66)