icu4x 0.11.1-x86_64-darwin → 0.11.2-x86_64-darwin

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: 8695f485de3a730e67f414456f89507f405e51162f6b3de8038a4d34da1d9ea5
4
- data.tar.gz: d817ddfc2a3c26d5905e51fe31cbc8ecc95fac25791893492e76771a880512e7
3
+ metadata.gz: 523f0719fe2b28a93748e49b0c66c15c3ec1fbbf86ef927c6e3dc3431977e3fb
4
+ data.tar.gz: e7e8b3cc148018a3603c05db31bb292609635d4ef7abffa1c29d47f6f66f3a17
5
5
  SHA512:
6
- metadata.gz: 8dc5b6eefbf84a76eb2729d0bef7ce9a55ecea0efb952f64f210d9a8a34a0bbd908f9f54e29faebdd6d607daccd410344b501390ea2ad71f3149b2946277e469
7
- data.tar.gz: 2c9cc97f74241bd017b3e22957b144074055d44024694651ed57be9efa04e6f66a7c91fe3684aad8aac5acebbfe25e90fc11c9766707bf18c949b0c6f4c6f10e
6
+ metadata.gz: 42ba5a7809736dfdccf2e6f86e8593e98ad67871bffc12831b007c32d3fd4d652052c80a52d647f470696e93751c4f3a761140586f0da3fe5c810d33c45a4fd3
7
+ data.tar.gz: 7ee705928f38a2e9faf688a94ba86f712be747ac69ea566e5ea839bb7c36cccf5748183dd82ce8ef1b48faac7f7e6e87dd88c8070d6555a6fca9c5088ed25df1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.11.2] - 2026-05-18
4
+
5
+ ### Fixed
6
+
7
+ - Fix `time_style: :short` being ignored when combined with `date_style` (#162)
8
+
3
9
  ## [0.11.1] - 2026-05-18
4
10
 
5
11
  ### Fixed
Binary file
Binary file
Binary file
data/lib/icu4x/version.rb CHANGED
@@ -1,6 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ICU4X
4
- VERSION = "0.11.1"
4
+ VERSION = "0.11.2"
5
5
  public_constant :VERSION
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu4x
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.1
4
+ version: 0.11.2
5
5
  platform: x86_64-darwin
6
6
  authors:
7
7
  - OZAWA Sakuro