verified_holidays 0.1.3 → 0.1.5

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: 3c4b96d4d17e79668560eeb7802ba564d832a9ea991048509be14b38c3e990aa
4
- data.tar.gz: e4da942e6a8407669184e28b1ec9a6f85a470ae902201a34c298e7e84b922770
3
+ metadata.gz: c900c92336348ea719d831ddbd9c3b10b608326d6f5f2cfcc963662a1013e570
4
+ data.tar.gz: 6511d561f1ad0e5c8c88d5a65841770fdd2c6088d1a877baedca4f522a1fa17a
5
5
  SHA512:
6
- metadata.gz: 807e383ef6bc891b24fab822a118360c15ac68ee9e87ab209616defb576d1344e4e7b4d8edaaa5941022efd6633cf67b580ba88fa3f1ddfa71e6d4b0e442e502
7
- data.tar.gz: cd3945ab06bdfc181a7fa58a858f697c6816519848f9175415eae388336e6b597d6b2f2d455245518e74442e7e39e94963bef10670ec6b99a04d80b552d02f2a
6
+ metadata.gz: 01d4cbca2a4109b26b0eae0b7f7a1ae0789ed4516cc950895497d598e5f21d16f2f72faee67c4ee2e2afc254f2877756354fdcc8720a4a506075d8d64cf0605d
7
+ data.tar.gz: 9097ee477f25153dc456672eac49c7bc6f69fc97e155131e05382a206682c0de7b6b09572e7ea7f2b6078f266c5e9005479d373e33f89b6725e6fec1250ba022
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Changelog
2
2
 
3
+ ## [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
+
5
+
6
+ ### Miscellaneous
7
+
8
+ * 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))
9
+ * 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))
10
+
11
+ ## [0.1.4] - 2026-03-29
12
+
13
+ - Fix file path labeler removing branch-based labels (sync-labels: false)
14
+
3
15
  ## [0.1.3] - 2026-03-29
4
16
 
5
17
  - Replace numeric index access with header name access in `CabinetOffice.parse`
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module VerifiedHolidays
4
- VERSION = '0.1.3'
4
+ VERSION = '0.1.5'
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.3
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kenta Ishizaki