Skip to content

Commit 48d85ef

Browse files
committed
Version 0.12.0
1 parent a5ef7e0 commit 48d85ef

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change log for kotlinx.atomicfu
22

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+
310
# Version 0.11.11
411

512
* Kotlin version Kotlin version 1.3.0-rc-146 (with K/N).

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 0.11.12-SNAPSHOT
1+
version = 0.12.0-SNAPSHOT
22
group = org.jetbrains.kotlinx
33

44
kotlin_version=1.3.11

0 commit comments

Comments
 (0)