Prepare for release 0.9.0
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
Change Log
|
Change Log
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
## Version 0.9.0
|
||||||
|
|
||||||
|
_2021-06-02_
|
||||||
|
|
||||||
|
**New**
|
||||||
|
* Support Kotlin 1.5.10.
|
||||||
|
|
||||||
## Version 0.8.1
|
## Version 0.8.1
|
||||||
|
|
||||||
_2021-05-12_
|
_2021-05-12_
|
||||||
|
|||||||
@@ -97,8 +97,8 @@ Builds of the Gradle plugin are available through the
|
|||||||
|
|
||||||
```kotlin
|
```kotlin
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform") version "1.5.0"
|
kotlin("multiplatform") version "1.5.10"
|
||||||
id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
|
id("com.bnorm.power.kotlin-power-assert") version "0.9.0"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -7,7 +7,7 @@ plugins {
|
|||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "com.bnorm.power"
|
group = "com.bnorm.power"
|
||||||
version = "0.9.0-SNAPSHOT"
|
version = "0.9.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform") version "1.5.10"
|
kotlin("multiplatform") version "1.5.10"
|
||||||
id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
|
id("com.bnorm.power.kotlin-power-assert") version "0.9.0"
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
|||||||
Reference in New Issue
Block a user