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

Commit 602acc9

Browse files
committed
Prepare for release 0.5.2
1 parent 0987c43 commit 602acc9

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
Change Log
22
==========
33

4-
## Version 0.5.
4+
## Version 0.5.2
5+
6+
_2020-09-25_
7+
8+
Bug Fixes:
9+
* Skip transformation if entire expression is constant (`true` or `false`).
10+
* Fix inlining of lambda parameter to transformed function call on Kotlin/JS
11+
and Kotlin/Native.
12+
13+
## Version 0.5.1
514

615
_2020-09-14_
716

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Builds of the Gradle plugin are available through the
7676
```kotlin
7777
plugins {
7878
kotlin("jvm") version "1.4.0"
79-
id("com.bnorm.power.kotlin-power-assert") version "0.5.1"
79+
id("com.bnorm.power.kotlin-power-assert") version "0.5.2"
8080
}
8181
```
8282

build.gradle.kts

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

88
allprojects {
99
group = "com.bnorm.power"
10-
version = "0.6.0-SNAPSHOT"
10+
version = "0.5.2"
1111
}
1212

1313
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.4.0"
3-
id("com.bnorm.power.kotlin-power-assert") version "0.5.1"
3+
id("com.bnorm.power.kotlin-power-assert") version "0.5.2"
44
}
55

66
repositories {

0 commit comments

Comments
 (0)