File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change log for kotlinx.atomicfu
2
2
3
+ ## Version 0.11.7
4
+
5
+ * Fixed non-transformed AtomicBoolean and its tests
6
+ * AtomicFUGradlePlugin: More consistent task naming & code refactoring
7
+
3
8
## Version 0.11.6
4
9
5
10
* Kotlin/Native version 0.9
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Add and apply AtomicFU plugin:
103
103
104
104
``` groovy
105
105
buildscript {
106
- ext.atomicfu_version = '0.11.6 '
106
+ ext.atomicfu_version = '0.11.7 '
107
107
108
108
dependencies {
109
109
classpath "org.jetbrains.kotlinx:atomicfu-gradle-plugin:$atomicfu_version"
@@ -209,7 +209,7 @@ Declare AtomicFU version:
209
209
210
210
``` xml
211
211
<properties >
212
- <atomicfu .version>0.11.6 </atomicfu .version>
212
+ <atomicfu .version>0.11.7 </atomicfu .version>
213
213
</properties >
214
214
```
215
215
Original file line number Diff line number Diff line change 1
- version = 0.11.6 -SNAPSHOT
1
+ version = 0.11.7 -SNAPSHOT
2
2
group = org.jetbrains.kotlinx
3
3
4
4
kotlin_version = 1.2.61
You can’t perform that action at this time.
0 commit comments