-
Notifications
You must be signed in to change notification settings - Fork 63
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 holidays gem #3634
update holidays gem #3634
Conversation
Changelog 8.0.0
7.1.0
7.0.0Major semver bump due to the major version change in the definitions. Several non ISO regions have been modified in order to provide more clarity for parent and sub-regions. Affected regions:
Please see the definitions v4.0.0 CHANGELOG for the full change list. 6.6.1
6.6.0
6.5.0
6.4.0
6.3.0
6.2.0
6.1.0
6.0.0
To be crystal clear: this version should not behave differently in terms of holiday results than v5.7.0 of the gem. Any 5.7.0
5.6.0
5.5.1
5.5.0
|
Holiday definitions5.0.1No behavior change. Commenting out a failing I only caught this when releasing the ruby gem. This goes back once again to this issue with how we can test against an actual implementation from this repository. 5.0.0Major semver bump due to changes related to the
The behavior of these two options has not changed. To read more about the reasons behind this change please see the associated ADR. Definitions changes:
4.1.0
4.0.0Major semver bump due to changes in how non-standard regions will be handled going forward. Please see issue-110 for more details on this edge case and please also see the updates to our SYNTAX guide for the specified behavior going forward. The following non-standard regions have been changed:
This change also includes updates to various other regions:
3.1.0
3.0.0Major semver bump as the format for custom methods has been changed to complete issue-24. Downstream consumers will need to update to be able to parse them. However there are no behavior changes with this update. In summary: we have switched to language-specific custom methods. Instead of a plain Currently we only have You can also view the updated 'Methods' section in the SYNTAX doc for more info and examples. 2.5.3
2.5.2
2.5.1
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.1
2.1.0Update the following regions:
2.0.0
1.7.1A small bugfix that resolves the naming issues of two regions in the 'index.yaml' file. No other outward changes. 1.7.0Here are the changes:
1.6.1
Unfortunately due to our current setup it is possible for definitions/tests in this repository to appear 'valid' but only In the meantime, this is a bugfix release to ensure we can release v5.6.0 of the ruby repo. 1.6.0Updates to the following Canadian regions: 1.5.1
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description of change
we use the holiday gem to skip the job creating education spool files on federal holidays.
I read the changelog and verified that we have appropriate test coverage
Testing done
specs