File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.6.1] - 2023-03-11
4+ ### Fixed
5+ - ` CharSequence.codePointCount() ` now returns the correct result for a zero-length range.
6+
37## [ 0.6.0] - 2023-03-05
48### Changed
59- Use ` CharSequence ` extension functions instead of ` String ` extension functions in both ` kotlin-codepoints ` and
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ kotlin-codepoints is distributed through Maven Central.
1111``` kotlin
1212dependencies {
1313 // Basic API
14- implementation(" de.cketti.unicode:kotlin-codepoints:0.6.0 " )
14+ implementation(" de.cketti.unicode:kotlin-codepoints:0.6.1 " )
1515
1616 // or
1717
1818 // Nice API
19- implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.6.0 " )
19+ implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.6.1 " )
2020}
2121```
2222
Original file line number Diff line number Diff line change 11GROUP =de.cketti.unicode
2- VERSION_NAME =0.7.0-SNAPSHOT
2+ VERSION_NAME =0.6.1
33
44POM_INCEPTION_YEAR =2023
55
You can’t perform that action at this time.
0 commit comments