Skip to content

Commit aa0adf8

Browse files
committed
Update general categories to Unicode 17.0; release v1.8.0
1 parent f748de6 commit aa0adf8

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## CHANGELOG
22

3+
### 1.8.0
4+
5+
* Unicode 17.0 (general categories)
6+
37
### 1.7.1
48

59
* Fixes in README and GEMSPEC

characteristics.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Gem::Specification.new do |gem|
1919
gem.metadata = { "rubygems_mfa_required" => "true" }
2020

2121
gem.required_ruby_version = ">= 2.0"
22-
gem.add_dependency 'unicode-categories', '~> 1.10'
22+
gem.add_dependency 'unicode-categories', '~> 1.11'
2323
end

lib/characteristics/version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

33
class Characteristics
4-
VERSION = "1.7.1"
5-
UNICODE_VERSION = "16.0.0"
4+
VERSION = "1.8.0"
5+
UNICODE_VERSION = "17.0.0"
66
end

0 commit comments

Comments
 (0)