Skip to content

Commit

Permalink
Version 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Aug 16, 2017
1 parent 46f988a commit bda1968
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change log for kotlinx.atomicfu

## Version 0.4

* Publish sources.
* Provide top-level `pauseLockFreeOp` for debugging.
* Stability improvements.

## Version 0.3

* Improved handling of compiler local variables for atomic fields.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Declare AtomicFU version:

```xml
<properties>
<atomicfu.version>0.3</atomicfu.version>
<atomicfu.version>0.4</atomicfu.version>
</properties>
```

Expand Down
2 changes: 1 addition & 1 deletion atomicfu-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>atomicfu-parent</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4-SNAPSHOT</version>
</parent>

<artifactId>atomicfu-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion atomicfu-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>atomicfu-parent</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4-SNAPSHOT</version>
</parent>

<artifactId>atomicfu-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion atomicfu-transformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>atomicfu-parent</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4-SNAPSHOT</version>
</parent>

<artifactId>atomicfu-transformer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion atomicfu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>atomicfu-parent</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4-SNAPSHOT</version>
</parent>

<artifactId>atomicfu</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>atomicfu-parent</artifactId>
<version>0.3-SNAPSHOT</version>
<version>0.4-SNAPSHOT</version>
<packaging>pom</packaging>

<name>AtomicFU</name>
Expand Down

0 comments on commit bda1968

Please sign in to comment.