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 a5ef7e0 commit 48d85efCopy full SHA for 48d85ef
CHANGES.md
@@ -1,5 +1,12 @@
1
# Change log for kotlinx.atomicfu
2
3
+# Version 0.12.0
4
+
5
+* Kotlin version 1.3.11.
6
+* Support top-level atomic variables.
7
+* Support arrays of atomic variables.
8
+* Project is built with kotlin-multiplatform plugin.
9
10
# Version 0.11.11
11
12
* Kotlin version Kotlin version 1.3.0-rc-146 (with K/N).
gradle.properties
@@ -1,4 +1,4 @@
-version = 0.11.12-SNAPSHOT
+version = 0.12.0-SNAPSHOT
group = org.jetbrains.kotlinx
kotlin_version=1.3.11
0 commit comments