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 7ae8ca2 commit d64aeacCopy full SHA for d64aeac
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## 3.0.0 (unreleased)
+## 3.0.0
4
5
**Rework Emoji support:**
6
lib/unicode/display_width/constants.rb
@@ -2,7 +2,7 @@
module Unicode
class DisplayWidth
- VERSION = "3.0.0.pre"
+ VERSION = "3.0.0"
UNICODE_VERSION = "16.0.0"
7
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
8
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
0 commit comments