Skip to content

Commit da92508

Browse files
committed
Version 0.11.11
1 parent 633560e commit da92508

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

CHANGES.md

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

3+
# Version 0.11.11
4+
5+
* Kotlin version Kotlin version 1.3.0-rc-146 (with K/N).
6+
* Gradle plugin supports projects that use `kotlin-multiplatform` plugin.
7+
* Disable Gradle metadata publishing for all but native modules.
8+
* JS transformer is more robust and retains line numbers (see #25).
9+
10+
# Version 0.11.10
11+
12+
* Kotlin version 1.3.0-rc-57 & Kotlin/Native 0.9.2
13+
314
# Version 0.11.9
415

516
* Kotlin/Native version 1.3.0-rc-116 (0.9.3)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Add and apply AtomicFU plugin:
103103

104104
```groovy
105105
buildscript {
106-
ext.atomicfu_version = '0.11.9'
106+
ext.atomicfu_version = '0.11.11'
107107
108108
dependencies {
109109
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -174,7 +174,7 @@ repositories {
174174
}
175175
176176
dependencies {
177-
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.9'
177+
implementation 'org.jetbrains.kotlinx:atomicfu-native:0.11.11'
178178
}
179179
180180
sourceSets {
@@ -209,7 +209,7 @@ Declare AtomicFU version:
209209

210210
```xml
211211
<properties>
212-
<atomicfu.version>0.11.9</atomicfu.version>
212+
<atomicfu.version>0.11.11</atomicfu.version>
213213
</properties>
214214
```
215215

gradle.properties

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

44
kotlin_version=1.3.0-rc-146

0 commit comments

Comments
 (0)