Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit dc2673c

Browse files
committed
Prepare for release 0.12.2
1 parent c1fd51d commit dc2673c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
## Version 0.12.2
5+
6+
_2023-04-09_
7+
8+
**Fixes**
9+
* Correctly align `in` operator. (#95).
10+
411
## Version 0.12.1
512

613
_2023-04-08_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ Builds of the Gradle plugin are available through the
9898
```kotlin
9999
plugins {
100100
kotlin("multiplatform") version "1.7.0"
101-
id("com.bnorm.power.kotlin-power-assert") version "0.12.1"
101+
id("com.bnorm.power.kotlin-power-assert") version "0.12.2"
102102
}
103103
```
104104

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "com.bnorm.power"
11-
version = "0.12.1"
11+
version = "0.12.2"
1212
}
1313

1414
subprojects {

sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
kotlin("multiplatform") version "1.7.0"
3-
id("com.bnorm.power.kotlin-power-assert") version "0.12.1"
3+
id("com.bnorm.power.kotlin-power-assert") version "0.12.2"
44
}
55

66
repositories {

0 commit comments

Comments
 (0)