Skip to content

Commit 29758ac

Browse files
committed
Bump version and changelog for release
1 parent 4fcebf6 commit 29758ac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# TwitterCldr Changelog
22

3+
### 6.12.1 (Apr 28th, 2024)
4+
* Fix issue causing sentence segmentation to return incorrect results when a string ends with a suppression directly followed by a single space. (#274, @didier-84)
5+
36
### 6.12.0 (Aug 28th, 2023)
47
* Upgrade to CLDR v43, ICU 73.2, and Unicode v15.0.0.
58

lib/twitter_cldr/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# http://www.apache.org/licenses/LICENSE-2.0
55

66
module TwitterCldr
7-
VERSION = '6.12.0'
7+
VERSION = '6.12.1'
88
end

0 commit comments

Comments
 (0)