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 c2953c6 commit 82b17bdCopy full SHA for 82b17bd
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## 3.1.0 (unreleased)
+## 3.1.0
4
5
**Improve Emoji support:**
6
lib/unicode/display_width/constants.rb
@@ -2,7 +2,7 @@
module Unicode
class DisplayWidth
- VERSION = "3.0.1"
+ VERSION = "3.1.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