verified_holidays 0.2.1 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +31 -0
- data/README.md +3 -0
- data/lib/verified_holidays/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2bed8b38e0f5129d05664fb50b9f35cf5bb7abb25e0e1eb1dbe2783b1384b729
|
|
4
|
+
data.tar.gz: 19d07e7bb5a70f6ef4a40b3149b23ad847a86a9e26538f833a6fa608c8cc911d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9464be5d8d5dc17b89b8c5309ec330da0d0eda7c4c4303fe732a6f2d1af2fbb02af5864b54c1f6b5f88a487cbd00422774fe9e94fa33dfcc895ba9b3f8ba5543
|
|
7
|
+
data.tar.gz: 4f2a0ffb8cfa1cc3992fcdaa130c11f6488e09877b3a852b4d36d21ada4daf130cf1393ecd5c20152faf7d4a20b4eea8da7d50a4581700d52d975a8630af5ccd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,36 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.3.0](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays-v0.2.2...verified_holidays/v0.3.0) (2026-03-29)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Features
|
|
7
|
+
|
|
8
|
+
* auto-publish gem to RubyGems via Trusted Publishers ([#15](https://github.com/verified-holidays/verified_holidays/issues/15)) ([d4b5fd5](https://github.com/verified-holidays/verified_holidays/commit/d4b5fd5c3ea29fb089527ca9c99ca23668b6734b))
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* add bundler/gem_tasks to Rakefile for automated gem release ([#17](https://github.com/verified-holidays/verified_holidays/issues/17)) ([3936c18](https://github.com/verified-holidays/verified_holidays/commit/3936c185dc0b1503ad175071a2ed17a8342b692a))
|
|
14
|
+
* correct Qlty coverage action parameters and enable OIDC auth ([#22](https://github.com/verified-holidays/verified_holidays/issues/22)) ([54a5368](https://github.com/verified-holidays/verified_holidays/commit/54a53686ac8f2616b3a777c136fa2df74a746c1c))
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Miscellaneous
|
|
18
|
+
|
|
19
|
+
* add auto-assign workflow for pull requests ([#14](https://github.com/verified-holidays/verified_holidays/issues/14)) ([a09ac2e](https://github.com/verified-holidays/verified_holidays/commit/a09ac2e7b432c56fad6899ba0d32f24a86a91feb))
|
|
20
|
+
* harden GitHub Actions workflows and add README badges ([#19](https://github.com/verified-holidays/verified_holidays/issues/19)) ([78cc527](https://github.com/verified-holidays/verified_holidays/commit/78cc527773a50a7b017324c0e07342aaf9a22401))
|
|
21
|
+
* introduce release-please for automated releases ([#12](https://github.com/verified-holidays/verified_holidays/issues/12)) ([6690b1b](https://github.com/verified-holidays/verified_holidays/commit/6690b1b355504ca794a950e1b8841b68f4e880fb))
|
|
22
|
+
* **main:** release verified_holidays 0.1.5 ([#13](https://github.com/verified-holidays/verified_holidays/issues/13)) ([557c4cc](https://github.com/verified-holidays/verified_holidays/commit/557c4cce459e7128847339b8f6e28e686fc2477c))
|
|
23
|
+
* **main:** release verified_holidays 0.2.0 ([#16](https://github.com/verified-holidays/verified_holidays/issues/16)) ([189b13d](https://github.com/verified-holidays/verified_holidays/commit/189b13d65c0c23b460fd377b85fc0f0d484a7582))
|
|
24
|
+
* **main:** release verified_holidays 0.2.1 ([#18](https://github.com/verified-holidays/verified_holidays/issues/18)) ([bbbde5c](https://github.com/verified-holidays/verified_holidays/commit/bbbde5ca799fc84c900aff6c2db877fda20eae2d))
|
|
25
|
+
* **main:** release verified_holidays 0.2.2 ([#20](https://github.com/verified-holidays/verified_holidays/issues/20)) ([5ff1e67](https://github.com/verified-holidays/verified_holidays/commit/5ff1e673b1ca73f9acd0e3c42ec0090c85680c47))
|
|
26
|
+
|
|
27
|
+
## [0.2.2](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays/v0.2.1...verified_holidays/v0.2.2) (2026-03-29)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
### Miscellaneous
|
|
31
|
+
|
|
32
|
+
* harden GitHub Actions workflows and add README badges ([#19](https://github.com/verified-holidays/verified_holidays/issues/19)) ([78cc527](https://github.com/verified-holidays/verified_holidays/commit/78cc527773a50a7b017324c0e07342aaf9a22401))
|
|
33
|
+
|
|
3
34
|
## [0.2.1](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays/v0.2.0...verified_holidays/v0.2.1) (2026-03-29)
|
|
4
35
|
|
|
5
36
|
|
data/README.md
CHANGED
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
[](https://github.com/verified-holidays/verified_holidays/actions/workflows/test.yml)
|
|
4
4
|
[](https://github.com/verified-holidays/verified_holidays/actions/workflows/verify.yml)
|
|
5
5
|
[](https://badge.fury.io/rb/verified_holidays)
|
|
6
|
+
[](https://qlty.sh/gh/verified-holidays/projects/verified_holidays)
|
|
7
|
+
[](https://qlty.sh/gh/verified-holidays/projects/verified_holidays)
|
|
8
|
+
[](https://opensource.org/licenses/MIT)
|
|
6
9
|
|
|
7
10
|
Japanese national holiday gem with **weekly verification against the Cabinet Office official data**.
|
|
8
11
|
|