Skip to content

Commit 2153285

Browse files
committed
Release v3.2.0
1 parent 8965d62 commit 2153285

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

3-
## 3.2.0 (unreleased)
3+
## 3.2.0
44

5-
- Unicode 17
5+
- Unicode 17.0
66

77
## 3.1.5
88

lib/unicode/display_width/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Unicode
44
class DisplayWidth
5-
VERSION = "3.1.5"
5+
VERSION = "3.2.0"
66
UNICODE_VERSION = "17.0.0"
77
DATA_DIRECTORY = File.expand_path(File.dirname(__FILE__) + "/../../../data/")
88
INDEX_FILENAME = DATA_DIRECTORY + "/display_width.marshal.gz"

unicode-display_width.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gem::Specification.new do |s|
1313
s.extra_rdoc_files = ["README.md", "MIT-LICENSE.txt", "CHANGELOG.md"]
1414
s.license = 'MIT'
1515
s.required_ruby_version = '>= 2.5.0'
16-
s.add_dependency 'unicode-emoji', '~> 4.0', '>= 4.0.4'
16+
s.add_dependency 'unicode-emoji', '~> 4.1'
1717
s.add_development_dependency 'rspec', '~> 3.4'
1818
s.add_development_dependency 'rake', '~> 13.0'
1919

0 commit comments

Comments
 (0)