Prepare for release 0.5.3
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
## Version 0.5.3
|
||||
|
||||
_2020-09-28_
|
||||
|
||||
Bug Fixes:
|
||||
* Fix member and extension function transformation.
|
||||
* Fix generation of message lambda for non-inline functions.
|
||||
|
||||
## Version 0.5.2
|
||||
|
||||
_2020-09-25_
|
||||
|
||||
@@ -76,7 +76,7 @@ Builds of the Gradle plugin are available through the
|
||||
```kotlin
|
||||
plugins {
|
||||
kotlin("jvm") version "1.4.0"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.2"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.3"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "com.bnorm.power"
|
||||
version = "0.6.0-SNAPSHOT"
|
||||
version = "0.5.3"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.4.0"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.2"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.3"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user