Skip to content

Commit b1c217b

Browse files
committed
Prepare for release 0.5.3
1 parent d618452 commit b1c217b

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

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

4+
## Version 0.5.3
5+
6+
_2020-09-28_
7+
8+
Bug Fixes:
9+
* Fix member and extension function transformation.
10+
* Fix generation of message lambda for non-inline functions.
11+
412
## Version 0.5.2
513

614
_2020-09-25_

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.2"
79+
id("com.bnorm.power.kotlin-power-assert") version "0.5.3"
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.3"
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.2"
3+
id("com.bnorm.power.kotlin-power-assert") version "0.5.3"
44
}
55

66
repositories {

0 commit comments

Comments
 (0)