From 82b17bdb99ddfe1d1030002e2756e62d421bcc99 Mon Sep 17 00:00:00 2001 From: Jan Lelis Date: Mon, 18 Nov 2024 13:58:23 +0100 Subject: [PATCH] Release v3.1.0 --- CHANGELOG.md | 2 +- lib/unicode/display_width/constants.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d50997..c67d671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## 3.1.0 (unreleased) +## 3.1.0 **Improve Emoji support:** diff --git a/lib/unicode/display_width/constants.rb b/lib/unicode/display_width/constants.rb index aa04c39..02bf20f 100644 --- a/lib/unicode/display_width/constants.rb +++ b/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" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/") INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"