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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34f4952734fcd4cd7bb861823ce8e7258ffea6aa41479a657a92a6f97ce9e2cb
4
- data.tar.gz: 22563413b4d98f7ac59d99cf2b1503a8c5618c8b4a26c0a01d25d337d5372859
3
+ metadata.gz: 2bed8b38e0f5129d05664fb50b9f35cf5bb7abb25e0e1eb1dbe2783b1384b729
4
+ data.tar.gz: 19d07e7bb5a70f6ef4a40b3149b23ad847a86a9e26538f833a6fa608c8cc911d
5
5
  SHA512:
6
- metadata.gz: a9378be1a18f90c1af48fe804917eb6d837f8173e780630fc0ae4d3b1e4eb373a66fa98cbee7c08adc6b5e5ee306ed3d7fd6a7123c203b569443bf560469b290
7
- data.tar.gz: f34a5638aa034dde0e874b694b0f1f87878a0e753b40ec8f1b51831a3498ea6f5dedda949c00a18236fa40d7126d3aa0be7a6d226c45e4cbcc748a895b5afb84
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
  [![Test](https://github.com/verified-holidays/verified_holidays/actions/workflows/test.yml/badge.svg)](https://github.com/verified-holidays/verified_holidays/actions/workflows/test.yml)
4
4
  [![Weekly Verification](https://github.com/verified-holidays/verified_holidays/actions/workflows/verify.yml/badge.svg)](https://github.com/verified-holidays/verified_holidays/actions/workflows/verify.yml)
5
5
  [![Gem Version](https://badge.fury.io/rb/verified_holidays.svg)](https://badge.fury.io/rb/verified_holidays)
6
+ [![Maintainability](https://qlty.sh/gh/verified-holidays/projects/verified_holidays/maintainability.svg)](https://qlty.sh/gh/verified-holidays/projects/verified_holidays)
7
+ [![Coverage](https://qlty.sh/gh/verified-holidays/projects/verified_holidays/coverage.svg)](https://qlty.sh/gh/verified-holidays/projects/verified_holidays)
8
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
9
 
7
10
  Japanese national holiday gem with **weekly verification against the Cabinet Office official data**.
8
11
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VerifiedHolidays
4
- VERSION = '0.2.1'
4
+ VERSION = '0.3.0'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: verified_holidays
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenta Ishizaki