Skip to content

Commit

Permalink
Release v1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janlelis committed Oct 30, 2024
1 parent 4a973de commit 8187123
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## CHANGELOG

### 1.12.0 (unreleased)
### 1.12.0

- Remove default ignorable codepoints, which is now part of the skeleton algorithm
- Fix that confusable list for ; would contain null bytes
- Fix the confusable list for ";" (wrongly contained null bytes)

### 1.11.0

Expand Down
2 changes: 1 addition & 1 deletion lib/unicode/confusable/constants.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Unicode
module Confusable
VERSION = "1.11.0"
VERSION = "1.12.0"
UNICODE_VERSION = "16.0.0"
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
INDEX_FILENAME = (DATA_DIRECTORY + "/confusable.marshal.gz").freeze
Expand Down

0 comments on commit 8187123

Please sign in to comment.