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 426a77f commit 354a228Copy full SHA for 354a228
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## 1.8.0 (unreleased)
+## 1.8.0
4
5
- Unicode 14.0 (last release of 1.x)
6
lib/unicode/display_width/constants.rb
module Unicode
module DisplayWidth
- VERSION = '1.7.0'
+ VERSION = '1.8.0'
UNICODE_VERSION = "14.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + '/../../../data/').freeze
INDEX_FILENAME = (DATA_DIRECTORY + '/display_width.marshal.gz').freeze
0 commit comments