Skip to content

Commit

Permalink
Release v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Sep 13, 2024
1 parent aaf8065 commit 4447249
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.6.0

- Unicode 16

## 2.5.0

- Unicode 15.1
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 = "2.5.0"
VERSION = "2.6.0"
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 4447249

Please sign in to comment.