verified_holidays 0.1.5 → 0.2.1

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: c900c92336348ea719d831ddbd9c3b10b608326d6f5f2cfcc963662a1013e570
4
- data.tar.gz: 6511d561f1ad0e5c8c88d5a65841770fdd2c6088d1a877baedca4f522a1fa17a
3
+ metadata.gz: 34f4952734fcd4cd7bb861823ce8e7258ffea6aa41479a657a92a6f97ce9e2cb
4
+ data.tar.gz: 22563413b4d98f7ac59d99cf2b1503a8c5618c8b4a26c0a01d25d337d5372859
5
5
  SHA512:
6
- metadata.gz: 01d4cbca2a4109b26b0eae0b7f7a1ae0789ed4516cc950895497d598e5f21d16f2f72faee67c4ee2e2afc254f2877756354fdcc8720a4a506075d8d64cf0605d
7
- data.tar.gz: 9097ee477f25153dc456672eac49c7bc6f69fc97e155131e05382a206682c0de7b6b09572e7ea7f2b6078f266c5e9005479d373e33f89b6725e6fec1250ba022
6
+ metadata.gz: a9378be1a18f90c1af48fe804917eb6d837f8173e780630fc0ae4d3b1e4eb373a66fa98cbee7c08adc6b5e5ee306ed3d7fd6a7123c203b569443bf560469b290
7
+ data.tar.gz: f34a5638aa034dde0e874b694b0f1f87878a0e753b40ec8f1b51831a3498ea6f5dedda949c00a18236fa40d7126d3aa0be7a6d226c45e4cbcc748a895b5afb84
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 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))
9
+
10
+ ## [0.2.0](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays/v0.1.5...verified_holidays/v0.2.0) (2026-03-29)
11
+
12
+
13
+ ### Features
14
+
15
+ * 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))
16
+
3
17
  ## [0.1.5](https://github.com/verified-holidays/verified_holidays/compare/verified_holidays-v0.1.4...verified_holidays/v0.1.5) (2026-03-29)
4
18
 
5
19
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VerifiedHolidays
4
- VERSION = '0.1.5'
4
+ VERSION = '0.2.1'
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.5
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenta Ishizaki