Open renovate[bot] opened 2 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 55.26%. Comparing base (
f180dc3
) to head (a24d026
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR contains the following updates:
0.12
->0.13
Release Notes
zslayton/cron (cron)
### [`v0.13.0`](https://redirect.github.com/zslayton/cron/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/zslayton/cron/compare/v0.12.1...v0.13.0) #### What's Changed - feat: implement efficient conversion from String by [@LeoniePhiline](https://redirect.github.com/LeoniePhiline) in [https://github.com/zslayton/cron/pull/128](https://redirect.github.com/zslayton/cron/pull/128) - Run `cargo fmt` and fix all `clippy` reports by [@bombsimon](https://redirect.github.com/bombsimon) in [https://github.com/zslayton/cron/pull/123](https://redirect.github.com/zslayton/cron/pull/123) - Fix backwards iteration when inital time has milliseconds by [@juancampa](https://redirect.github.com/juancampa) in [https://github.com/zslayton/cron/pull/112](https://redirect.github.com/zslayton/cron/pull/112) - Patterns with future years should not limit the day and month range by [@AhmedSoliman](https://redirect.github.com/AhmedSoliman) in [https://github.com/zslayton/cron/pull/116](https://redirect.github.com/zslayton/cron/pull/116) - feat: implement optimized `Serialize` and `Deserialize` for `Schedule` by [@LeoniePhiline](https://redirect.github.com/LeoniePhiline) in [https://github.com/zslayton/cron/pull/129](https://redirect.github.com/zslayton/cron/pull/129) - fix: Don't accept invalid step for `Period` by [@bombsimon](https://redirect.github.com/bombsimon) in [https://github.com/zslayton/cron/pull/122](https://redirect.github.com/zslayton/cron/pull/122) - Iterate over rather than skipping ambigous times by [@AldaronLau](https://redirect.github.com/AldaronLau) in [https://github.com/zslayton/cron/pull/115](https://redirect.github.com/zslayton/cron/pull/115) #### New Contributors - [@LeoniePhiline](https://redirect.github.com/LeoniePhiline) made their first contribution in [https://github.com/zslayton/cron/pull/128](https://redirect.github.com/zslayton/cron/pull/128) - [@bombsimon](https://redirect.github.com/bombsimon) made their first contribution in [https://github.com/zslayton/cron/pull/123](https://redirect.github.com/zslayton/cron/pull/123) - [@juancampa](https://redirect.github.com/juancampa) made their first contribution in [https://github.com/zslayton/cron/pull/112](https://redirect.github.com/zslayton/cron/pull/112) - [@AhmedSoliman](https://redirect.github.com/AhmedSoliman) made their first contribution in [https://github.com/zslayton/cron/pull/116](https://redirect.github.com/zslayton/cron/pull/116) **Full Changelog**: https://github.com/zslayton/cron/compare/v0.12.1...v0.13.0Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.