Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update cron to latest version #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

lagartoverde
Copy link
Contributor

Changes to take into account:

Month & day-of-week indexing changes
Month Indexing: Changed from 0-11 to 1-12. So you need to increment all numeric months by 1.

Day-of-Week Indexing: Support added for 7 as Sunday.

So this should be a breaking release, these changes only affect from version 2 to version 3, but the bug I found was solved in 2.4.1 I considered it would be best to update to v3 to avoid future problems as the breaking changes are so small and easy to fix, but let me know if I should just release an update to 2.4.1

@lagartoverde lagartoverde self-assigned this Apr 26, 2024
Copy link
Contributor

@bdevloed bdevloed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for summarizing the breaking changes. I have no knowledge of a project where this could be an issue.

@cecemel
Copy link
Member

cecemel commented Apr 26, 2024

Fine for me; please document the changes in the CHANGELOG.md. Would we make a major release from this (even though semver doesn't require us to do so)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants