version bump
This commit is contained in:
parent
a9f07ddb6f
commit
469e434395
@ -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
|
||||
|
||||
|
||||
@ -9,7 +9,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "net.sergeych"
|
||||
version = "0.3.2"
|
||||
version = "0.4.0"
|
||||
|
||||
repositories {
|
||||
google()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user