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"