We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6d33e8 commit 14ca15dCopy full SHA for 14ca15d
CHANGELOG.md
@@ -4,6 +4,16 @@ All notable changes are documented in this file. The format follows [Keep a Chan
4
5
## [Unreleased]
6
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
17
## [1.0.5] - 2023-04-22
18
19
### Fixed
README.md
@@ -44,7 +44,7 @@ kotlin {
44
sourceSets {
45
val commonMain by getting {
46
dependencies {
47
- implementation("com.doist.x:normalize:1.0.5")
+ implementation("com.doist.x:normalize:1.1.0")
48
}
49
50
0 commit comments