Skip to content

Commit fe747e5

Browse files
committed
Update CLDR to v47
1 parent f18a581 commit fe747e5

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## Next
4+
5+
- Update valid subdivisions to CLDR 47 (no changes)
6+
37
## 4.0.4
48

59
- Add `REGEX_TEXT_PRESENTATION` to be able to match for raw default-text Emoji codepoints

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Additional features:
1010

1111
Emoji version: **16.0** (September 2024)
1212

13-
CLDR version (used for sub-region flags): **46** (October 2024)
13+
CLDR version (used for sub-region flags): **47** (March 2025)
1414

1515
## Gemfile
1616

data/emoji.marshal.gz

-1 Bytes
Binary file not shown.

lib/unicode/emoji/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module Unicode
44
module Emoji
55
VERSION = "4.0.4"
66
EMOJI_VERSION = "16.0"
7-
CLDR_VERSION = "46"
7+
CLDR_VERSION = "47"
88
DATA_DIRECTORY = File.expand_path('../../../data', __dir__).freeze
99
INDEX_FILENAME = (DATA_DIRECTORY + "/emoji.marshal.gz").freeze
1010

0 commit comments

Comments
 (0)