We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b02f303 commit 87aa98bCopy full SHA for 87aa98b
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## CHANGELOG
2
3
+### 1.6.0
4
+
5
+* Add Ruby 4.0
6
7
### 1.5.0
8
9
* Add Ruby 3.4 (same Unicode version as 3.3)
lib/unicode/version.rb
@@ -8,6 +8,7 @@ module Version
RB_CONFIG_EMOJI_AVAILABLE = "2.6.0"
10
RUBY_UNICODE_VERSIONS = {
11
+ 4.0 => "17.0.0",
12
3.4 => "15.0.0",
13
3.3 => "15.0.0",
14
3.2 => "15.0.0",
@@ -28,6 +29,7 @@ module Version
28
29
}.freeze
30
31
RUBY_EMOJI_VERSIONS = {
32
+ 4.0 => "17.0",
33
3.4 => "15.0",
34
3.3 => "15.0",
35
3.2 => "15.0",
lib/unicode/version/version.rb
@@ -2,6 +2,6 @@
module Unicode
module Version
- VERSION = "1.5.0"
+ VERSION = "1.6.0"
end
0 commit comments