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.8.0 ] - 2024-06-09
44### Changed
55- Updated to Kotlin 2.0.0
66
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.7 .0" )
14+ implementation(" de.cketti.unicode:kotlin-codepoints:0.8 .0" )
1515
1616 // or
1717
1818 // Nice API
19- implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.7 .0" )
19+ implementation(" de.cketti.unicode:kotlin-codepoints-deluxe:0.8 .0" )
2020}
2121```
2222
Original file line number Diff line number Diff line change 11GROUP =de.cketti.unicode
2- VERSION_NAME =0.8.0-SNAPSHOT
2+ VERSION_NAME =0.8.0
33
44POM_INCEPTION_YEAR =2023
55
You can’t perform that action at this time.
0 commit comments