version bump

This commit is contained in:
Sergey Chernov 2026-03-25 02:54:34 +03:00
parent a9f07ddb6f
commit 469e434395
2 changed files with 5 additions and 3 deletions

View File

@ -6,9 +6,11 @@ in native targets.
# Important note # 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 # Documentation

View File

@ -9,7 +9,7 @@ plugins {
} }
group = "net.sergeych" group = "net.sergeych"
version = "0.3.2" version = "0.4.0"
repositories { repositories {
google() google()