v2.0.1
Changes
- Fixed an issue related to impossible patterns. To prevent infinite loops, the search for future occurrences is now limited to the year 5000. Attempts to find times beyond this limit will result in
CronError::TimeSearchLimitExceeded
.
Full Changelog: v2.0.0...v2.0.1