Skip to content

Commit

Permalink
Release v1.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Oct 28, 2024
1 parent 6aa558e commit 28782ea
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

### 1.13.5

- Fix Ruby warning, patch by @scivola

### 1.13.4

- Fix regression introduced in 1.13.2 that some more CJK ideographs were missing
Expand Down
2 changes: 1 addition & 1 deletion lib/unicode/name/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Unicode
module Name
VERSION = "1.13.4"
VERSION = "1.13.5"
UNICODE_VERSION = "16.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
INDEX_FILENAME = (DATA_DIRECTORY + "/name.marshal.gz").freeze
Expand Down

0 comments on commit 28782ea

Please sign in to comment.