Skip to content

Commit 16d138d

Browse files
committed
Version 0.11.0
1 parent 26bbf37 commit 16d138d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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)`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ kotlin-codepoints is distributed through Maven Central.
1111
```kotlin
1212
dependencies {
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

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=de.cketti.unicode
2-
VERSION_NAME=0.11.0-SNAPSHOT
2+
VERSION_NAME=0.11.0
33

44
POM_INCEPTION_YEAR=2023
55

0 commit comments

Comments
 (0)