We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf8065 commit 4447249Copy full SHA for 4447249
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 2.6.0
4
+
5
+- Unicode 16
6
7
## 2.5.0
8
9
- Unicode 15.1
lib/unicode/display_width/constants.rb
@@ -2,7 +2,7 @@
module Unicode
class DisplayWidth
- VERSION = "2.5.0"
+ VERSION = "2.6.0"
UNICODE_VERSION = "16.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
0 commit comments