Skip to content

Commit

Permalink
Version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cketti committed Feb 19, 2023
1 parent 7831019 commit 9842386
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0] - 2023-02-19
### Changed
- Added support for iterating over parts of a string when using `CodePointIterator`

### Added
- Added `StringBuilder.appendCodePoint()` to `kotlin-codepoints-deluxe`

## [0.4.0] - 2023-01-31
### Changed
- `CodePoints.toChars(Int, CharArray, Int)` is now bug-compatible with `java.lang.Character.toChars(int, char[], int)`.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ kotlin-codepoints is distributed through Maven Central.
```kotlin
dependencies {
// Basic API
implementation("de.cketti.unicode:kotlin-codepoints:0.4.0")
implementation("de.cketti.unicode:kotlin-codepoints:0.5.0")

// or

// Nice API
implementation("de.cketti.unicode:kotlin-codepoints-deluxe:0.4.0")
implementation("de.cketti.unicode:kotlin-codepoints-deluxe:0.5.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=de.cketti.unicode
VERSION_NAME=0.5.0-SNAPSHOT
VERSION_NAME=0.5.0

POM_INCEPTION_YEAR=2023

Expand Down

0 comments on commit 9842386

Please sign in to comment.