icu4x 0.11.1-x86_64-linux → 0.11.2-x86_64-linux

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: 3c1662d0aaa82aeb0a99cf33f9f34d69946983ca2d49b8211cd43f9234213ed0
4
- data.tar.gz: ead9b74fa247b8fa5f4ecc86d7dc3b9ca525cb7781ee6c97c2818ead6a4e7df7
3
+ metadata.gz: 65a37d1786dbc8ffc004ee9370178822c9fdecb662af0bf1b852539659c18d80
4
+ data.tar.gz: 666a745781d7faf79ed77a5be2650eeaec8926a1db32074090d758183f293b1d
5
5
  SHA512:
6
- metadata.gz: 7c7661687d4711621c93c22a426439831ef156674fee9ea079f63ed4eec55149f26b27f2b2f404f5e496f8810b3c1863fa5645d3473388564940bf5ad179751d
7
- data.tar.gz: 9781b46ab7fce614642553da97cd6a728de4c0fa53ec47c9f640fb096917d4229e8f974ed2d3cd7ded29c7f876aaa71cece3b970cb234f2f19ce118fe58c71c0
6
+ metadata.gz: bb39d367569fe575d42f801490359b98b0c6dc9d2013bee66f52a5dbf303f8da451f124070b451cccf9c5eca49b2ad37395aa202e05618ae2bb8d8a8b1676072
7
+ data.tar.gz: e86dfad8d50386e699af3a24ade5f2fb3ba7fc019f2495ea308875b50fb43c228f654a8fda56303487e9d837a827ce1ffb7dfda23cdde96e0b4a23fc7793c021
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-linux
6
6
  authors:
7
7
  - OZAWA Sakuro