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 1
1
# Changelog
2
2
3
- ## [ Unreleased ]
3
+ ## [ 0.10.0 ] - 2025-05-20
4
4
### Deprecated
5
5
- kotlin-codepoints-deluxe
6
6
- Deprecated ` CharSequence.codePointIterator(startIndex, endIndex) ` . Use ` CharSequence.subSequence() ` instead.
Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ kotlin-codepoints is distributed through Maven Central.
11
11
``` kotlin
12
12
dependencies {
13
13
// Basic API
14
- implementation(" de.cketti.unicode:kotlin-codepoints:0.9 .0" )
14
+ implementation(" de.cketti.unicode:kotlin-codepoints:0.10 .0" )
15
15
16
16
// or
17
17
18
18
// Nice API
19
- implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.9 .0" )
19
+ implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.10 .0" )
20
20
}
21
21
```
22
22
Original file line number Diff line number Diff line change 1
1
GROUP =de.cketti.unicode
2
- VERSION_NAME =0.10.0-SNAPSHOT
2
+ VERSION_NAME =0.10.0
3
3
4
4
POM_INCEPTION_YEAR =2023
5
5
You can’t perform that action at this time.
0 commit comments