Skip to content

Commit 93a8a29

Browse files
committed
Version 0.6.1
1 parent 67e8014 commit 93a8a29

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.6.1] - 2023-03-11
4+
### Fixed
5+
- `CharSequence.codePointCount()` now returns the correct result for a zero-length range.
6+
37
## [0.6.0] - 2023-03-05
48
### Changed
59
- Use `CharSequence` extension functions instead of `String` extension functions in both `kotlin-codepoints` and

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.6.0")
14+
implementation("de.cketti.unicode:kotlin-codepoints:0.6.1")
1515

1616
// or
1717

1818
// Nice API
19-
implementation("de.cketti.unicode:kotlin-codepoints-deluxe:0.6.0")
19+
implementation("de.cketti.unicode:kotlin-codepoints-deluxe:0.6.1")
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.7.0-SNAPSHOT
2+
VERSION_NAME=0.6.1
33

44
POM_INCEPTION_YEAR=2023
55

0 commit comments

Comments
 (0)