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.8.0 ] - 2024-06-09
4
4
### Changed
5
5
- Updated to Kotlin 2.0.0
6
6
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.7 .0" )
14
+ implementation(" de.cketti.unicode:kotlin-codepoints:0.8 .0" )
15
15
16
16
// or
17
17
18
18
// Nice API
19
- implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.7 .0" )
19
+ implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.8 .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.8.0-SNAPSHOT
2
+ VERSION_NAME =0.8.0
3
3
4
4
POM_INCEPTION_YEAR =2023
5
5
You can’t perform that action at this time.
0 commit comments