Skip to content

Commit 49f2b74

Browse files
committed
Release v3.1.2
1 parent d510942 commit 49f2b74

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## 3.1.2 (unreleased)
3+
## 3.1.2
44

55
- Performance improvements
66

@@ -15,7 +15,7 @@
1515
- Emoji modes: Differentiate between well-formed Emoji (`:possible`) and any
1616
ZWJ/modifier sequence (`:all`). The latter is more common and more efficient
1717
to implement.
18-
- Unify `rgi_{fqe,mqe,uqe}` options to just `:rgi` to keep things simpler (corresponds to
18+
- Unify `:rgi_{fqe,mqe,uqe}` options to just `:rgi` to keep things simpler (corresponds to
1919
the former `:rgi_uqe` option). Most terminals that want to support the RGI set
2020
will probably want to catch Emoji sequences with missing VS16s.
2121
- Add new `:all_no_vs16` and `:rgi_at` modes to be able to support some terminals

lib/unicode/display_width/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Unicode
44
class DisplayWidth
5-
VERSION = "3.1.1"
5+
VERSION = "3.1.2"
66
UNICODE_VERSION = "16.0.0"
77
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
88
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"

0 commit comments

Comments
 (0)