We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 759de68 commit 2fae942Copy full SHA for 2fae942
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
## CHANGELOG
2
3
-### 1.12.0 (unreleased)
+### 1.12.0
4
5
- Unicode 17.0
6
lib/unicode/scripts/constants.rb
@@ -2,7 +2,7 @@
module Unicode
module Scripts
- VERSION = "1.11.0"
+ VERSION = "1.12.0"
UNICODE_VERSION = "17.0.0"
7
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/").freeze
8
INDEX_FILENAME = (DATA_DIRECTORY + "/scripts.marshal.gz").freeze
0 commit comments