Prepare for release 0.6.0
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
## Version 0.6.0
|
||||
|
||||
_2020-11-21_
|
||||
|
||||
Changes:
|
||||
* Support Kotlin 1.4.20.
|
||||
|
||||
## Version 0.5.3
|
||||
|
||||
_2020-09-28_
|
||||
|
||||
@@ -75,8 +75,8 @@ Builds of the Gradle plugin are available through the
|
||||
|
||||
```kotlin
|
||||
plugins {
|
||||
kotlin("jvm") version "1.4.20"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.3"
|
||||
kotlin("multiplatform") version "1.4.20"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.6.0"
|
||||
}
|
||||
```
|
||||
|
||||
@@ -87,7 +87,7 @@ form which also takes a String or String producing lambda.
|
||||
|
||||
```kotlin
|
||||
configure<com.bnorm.power.PowerAssertGradleExtension> {
|
||||
functions = listOf("kotlin.test.assertTrue", "kotlin.require")
|
||||
functions = listOf("kotlin.assert", "kotlin.test.assertTrue")
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "com.bnorm.power"
|
||||
version = "0.6.0-SNAPSHOT"
|
||||
version = "0.6.0"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.4.20"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.3"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.6.0"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user