verified_holidays 0.1.4 → 0.2.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: 2986d2aa60547035c6795747b31ac458bc50c97c6eb660a8409352fb8944286c
4
- data.tar.gz: 1e718a34fcb61b46d987ae144aae6e26694fabbbfa8f1aff512a307818ea87e9
3
+ metadata.gz: d82a65f154a42f27f7e322491125674a14abf6055cd07940cb9f10f74751b2ef
4
+ data.tar.gz: 2d88e16f5860e8deb93c768642363a0c463440685545069cab97bfedc9cd182a
5
5
  SHA512:
6
- metadata.gz: '0428498b6ec9ec194fd069d19ee0db4da85b9d321675640ce96c8045ae7f0efefe4e451d5f3e4f686def85d398c4f3f61031e82052362237e589c482cb8ed9ee'
7
- data.tar.gz: 84118b932d26018ef3cf5b4fac2c397d555e6ceecfc1337cb9d61bda48457d07c0b4d28379f844ecb11f5f7bb8e30e835b297e6bcec4fa0b4c6f41de9f8f96f0
6
+ metadata.gz: f2e5be27d52ce96611e82fba8055f426e3f20a3e8e577ca33c7e36ebe67def76901d0c0c61a409bea47d5283f69fa4e8720bbe9c03799d06c516ae7274519756
7
+ data.tar.gz: ab900ec794a6cc28c62a04c0b658829af98ab701bfb545de0157d4c5693831de5769d6b722a820474679531877d5df4e2f7856ef6812153cba8c324bd7d77f1d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## [0.2.0](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays/v0.1.5...verified_holidays/v0.2.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
+ ## [0.1.5](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays-v0.1.4...verified_holidays/v0.1.5) (2026-03-29)
11
+
12
+
13
+ ### Miscellaneous
14
+
15
+ * 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))
16
+ * 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))
17
+
3
18
  ## [0.1.4] - 2026-03-29
4
19
 
5
20
  - Fix file path labeler removing branch-based labels (sync-labels: false)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VerifiedHolidays
4
- VERSION = '0.1.4'
4
+ VERSION = '0.2.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.1.4
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenta Ishizaki