From dc0a9fdeba4a535a9558b29f503c17f545f966f4 Mon Sep 17 00:00:00 2001 From: Jan Lelis Date: Wed, 13 Nov 2024 20:51:59 +0100 Subject: [PATCH] Release v3.0.1 --- CHANGELOG.md | 4 ++++ lib/unicode/display_width/constants.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 36f0819..371abfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 3.0.1 + +- Add WezTerm and foot as good Emoji terminals + ## 3.0.0 **Rework Emoji support:** diff --git a/lib/unicode/display_width/constants.rb b/lib/unicode/display_width/constants.rb index fc6d119..aa04c39 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.0" + VERSION = "3.0.1" UNICODE_VERSION = "16.0.0" DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/") INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"