Skip to content

Commit

Permalink
Release v3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Nov 20, 2024
1 parent d510942 commit 49f2b74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## 3.1.2 (unreleased)
## 3.1.2

- Performance improvements

Expand All @@ -15,7 +15,7 @@
- Emoji modes: Differentiate between well-formed Emoji (`:possible`) and any
ZWJ/modifier sequence (`:all`). The latter is more common and more efficient
to implement.
- Unify `rgi_{fqe,mqe,uqe}` options to just `:rgi` to keep things simpler (corresponds to
- Unify `:rgi_{fqe,mqe,uqe}` options to just `:rgi` to keep things simpler (corresponds to
the former `:rgi_uqe` option). Most terminals that want to support the RGI set
will probably want to catch Emoji sequences with missing VS16s.
- Add new `:all_no_vs16` and `:rgi_at` modes to be able to support some terminals
Expand Down
2 changes: 1 addition & 1 deletion lib/unicode/display_width/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Unicode
class DisplayWidth
VERSION = "3.1.1"
VERSION = "3.1.2"
UNICODE_VERSION = "16.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"
Expand Down

0 comments on commit 49f2b74

Please sign in to comment.