Skip to content

Commit 87aa98b

Browse files
committed
Add Ruby 4.0; Unicode 17.0; release v1.6.0
1 parent b02f303 commit 87aa98b

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
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+
### 1.6.0
4+
5+
* Add Ruby 4.0
6+
37
### 1.5.0
48

59
* Add Ruby 3.4 (same Unicode version as 3.3)

lib/unicode/version.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module Version
88
RB_CONFIG_EMOJI_AVAILABLE = "2.6.0"
99

1010
RUBY_UNICODE_VERSIONS = {
11+
4.0 => "17.0.0",
1112
3.4 => "15.0.0",
1213
3.3 => "15.0.0",
1314
3.2 => "15.0.0",
@@ -28,6 +29,7 @@ module Version
2829
}.freeze
2930

3031
RUBY_EMOJI_VERSIONS = {
32+
4.0 => "17.0",
3133
3.4 => "15.0",
3234
3.3 => "15.0",
3335
3.2 => "15.0",

lib/unicode/version/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Unicode
44
module Version
5-
VERSION = "1.5.0"
5+
VERSION = "1.6.0"
66
end
77
end

0 commit comments

Comments
 (0)