From 469e434395ab63f42c72a2c4becd662f27fd15fb Mon Sep 17 00:00:00 2001 From: sergeych Date: Wed, 25 Mar 2026 02:54:34 +0300 Subject: [PATCH] version bump --- README.md | 6 ++++-- build.gradle.kts | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b677e44..0256263 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,11 @@ in native targets. # Important note -Currently published version 0.3.2 for all platform is fully compatible with breaking kotlinx.datetime/kotlin.time migration as of Kotlin 2.2.21 and is __a recommended version to use__. +Currently published version 0.4.0 for all platform is fully compatible with breaking kotlinx.datetime/kotlin.time migration as of Kotlin 2.2.21 and is __a recommended version to use__. Still there could be minor issues as: -Sorry for inconveniences, it is all caused by strange ideas of the Kotlin team. +- version before `0.4.0` treated unsigned ints as signed ones, as older versions of `kotlinx.serialization` did. Since `0.4.0` UInt, ULong and UShort are treated as unsigned, no more @Unsigned annotation is needed. + + Most likely it will not cause any problems, but be informed. # Documentation diff --git a/build.gradle.kts b/build.gradle.kts index 0ff3518..335baf2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { } group = "net.sergeych" -version = "0.3.2" +version = "0.4.0" repositories { google()