Skip to content

Commit a05a6df

Browse files
committed
Version 0.7.0
1 parent d143e3c commit a05a6df

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
# Changelog
22

3-
## [unreleased]
3+
## [0.7.0] - 2024-03-02
44
### Added
55
- Added `StringBuilder.setCodePointAt()`, `StringBuilder.insertCodePointAt()`, and `StringBuilder.deleteCodePointAt()`
66
to both `kotlin-codepoints` and `kotlin-codepoints-deluxe`.
7+
- Added support for wasmJs and wasmWasi targets.
8+
9+
### Removed
10+
- Removed targets no longer supported by Kotlin 1.9.20+ (iosArm32, linuxArm32Hfp, linuxMips32, linuxMipsel32, mingwX86,
11+
wasm32, watchosX86).
712

813
## [0.6.1] - 2023-03-11
914
### Fixed

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

1616
// or
1717

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

44
POM_INCEPTION_YEAR=2023
55

0 commit comments

Comments
 (0)