icu4x 0.10.0-aarch64-linux → 0.11.0-aarch64-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: 24bf478b25c54b01341a45b7941cd65a15e87f70b50973d2f85739a89cbb546c
4
- data.tar.gz: e7b72eed598b92fcc461f9f15725ed72550075832528d054f2eb4e3ce89a41ac
3
+ metadata.gz: e670c88643dcd7ea369ecca0e4929843a4db36f53375f6aae7c2b1917c54199a
4
+ data.tar.gz: 59a346c223bb7ca90e511819406cdba4f442b2d6d2a6617e5ea2f04d0caf6b00
5
5
  SHA512:
6
- metadata.gz: 64ec6939951a9bea0462e2afc7bc3b1723a261c4dfb840f996062786434032f6d97b054727d3c462526cd2d3737de4480530c734c70aa54b173b3d8b514ca369
7
- data.tar.gz: 5059082988fc87b109a9fa2f0047f69d377a1a1d654bbd016d20fce44f10f88d7f3abc2af5df28aabbee7274109b074dc7c56e9dcf5ed6739ecfabcd0d073e87
6
+ metadata.gz: 92d37b933ea683dfad241bc928e3df5d19d343220dcd85f40f504375e73d734f7cfda2ff6a71f19b540640672b9557f20faa715b359f5474a1ff7afcd7f34afb
7
+ data.tar.gz: a8347346f3cdcb0f2eae5d9a6e698824ee3908b02b4974a783961c81d1a89b25e7d20c056c6792c9d92312468114e9bf6fad160eb3fa427b3a88e6c36458e358
data/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.11.0] - 2026-05-18
4
+
5
+ ### Fixed
6
+
7
+ - Fix `time_style: :long` and `time_style: :full` to include timezone information (#156)
8
+ - Fix `time_style: :short` to omit seconds (#155)
9
+
10
+ ### Changed
11
+
12
+ - Update minimum Ruby version requirement to 3.3
13
+
3
14
  ## [0.10.0] - 2026-05-08
4
15
 
5
16
  ### Added
data/README.md CHANGED
@@ -24,7 +24,7 @@ No locale data is bundled with the gem. Users generate only the data they need,
24
24
 
25
25
  ## Requirements
26
26
 
27
- - Ruby 3.2+
27
+ - Ruby 3.3+
28
28
  - Rust toolchain (only required when building from source; prebuilt binary gems are available for major platforms)
29
29
 
30
30
  ## Setup
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.10.0"
4
+ VERSION = "0.11.0"
5
5
  public_constant :VERSION
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: icu4x
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.0
5
5
  platform: aarch64-linux
6
6
  authors:
7
7
  - OZAWA Sakuro
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-05-08 00:00:00.000000000 Z
11
+ date: 2026-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bigdecimal