File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## [ Unreleased ]
3+ ## [ 0.11.0 ] - 2025-07-23
44### Removed
55- kotlin-codepoints-deluxe
66 - Removed deprecated ` CharSequence.codePointIterator(startIndex, endIndex) ` .
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.10 .0" )
14+ implementation(" de.cketti.unicode:kotlin-codepoints:0.11 .0" )
1515
1616 // or
1717
1818 // Nice API
19- implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.10 .0" )
19+ implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.11 .0" )
2020}
2121```
2222
Original file line number Diff line number Diff line change 11GROUP =de.cketti.unicode
2- VERSION_NAME =0.11.0-SNAPSHOT
2+ VERSION_NAME =0.11.0
33
44POM_INCEPTION_YEAR =2023
55
You can’t perform that action at this time.
0 commit comments