Skip to content

Commit 14ca15d

Browse files
committed
Release v1.1.0
1 parent e6d33e8 commit 14ca15d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes are documented in this file. The format follows [Keep a Chan
44

55
## [Unreleased]
66

7+
## [1.1.0] - 2024-07-16
8+
9+
> [!IMPORTANT]
10+
> Version 1.1.0 and higher target Kotlin 2.0 are incompatible with Kotlin 1.9.
11+
> Stick to version 1.0.5 if you still target Kotlin 1.9.
12+
13+
### Added
14+
15+
- Support for Kotlin 2.0
16+
717
## [1.0.5] - 2023-04-22
818

919
### Fixed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ kotlin {
4444
sourceSets {
4545
val commonMain by getting {
4646
dependencies {
47-
implementation("com.doist.x:normalize:1.0.5")
47+
implementation("com.doist.x:normalize:1.1.0")
4848
}
4949
}
5050
}

0 commit comments

Comments
 (0)