Skip to content

Commit c51c401

Browse files
SokolovaMariamvicsokolova
authored andcommitted
Version 0.14.0
1 parent 2d4cabc commit c51c401

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGES.md

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

3+
# Version 0.14.0
4+
5+
* Updated to Kotlin 1.3.60.
6+
* Support locks and freezable atomics on Kotlin/Native.
7+
38
# Version 0.13.2
49

510
* Added release notes.

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ See [additional configuration](#additional-configuration) if that needs tweaking
108108

109109
```groovy
110110
buildscript {
111-
ext.atomicfu_version = '0.13.2'
111+
ext.atomicfu_version = '0.14.0'
112112
113113
dependencies {
114114
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -156,7 +156,7 @@ There are the following additional parameters (with their defaults):
156156

157157
```groovy
158158
atomicfu {
159-
dependenciesVersion = '0.13.2' // set to null to turn-off auto dependencies
159+
dependenciesVersion = '0.14.0' // set to null to turn-off auto dependencies
160160
transformJvm = true // set to false to turn off JVM transformation
161161
transformJs = true // set to false to turn off JS transformation
162162
variant = "FU" // JVM transformation variant: FU,VH, or BOTH
@@ -170,7 +170,7 @@ Declare AtomicFU version:
170170

171171
```xml
172172
<properties>
173-
<atomicfu.version>0.13.2</atomicfu.version>
173+
<atomicfu.version>0.14.0</atomicfu.version>
174174
</properties>
175175
```
176176

gradle.properties

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

44
kotlin_version=1.3.60

0 commit comments

Comments
 (0)