Prepare for release 0.9.0

This commit is contained in:
Brian Norman
2021-06-02 12:54:27 -05:00
parent d9c2a5ad56
commit 76fae21e24
4 changed files with 11 additions and 4 deletions
+7
View File
@@ -1,6 +1,13 @@
Change Log
==========
## Version 0.9.0
_2021-06-02_
**New**
* Support Kotlin 1.5.10.
## Version 0.8.1
_2021-05-12_
+2 -2
View File
@@ -97,8 +97,8 @@ Builds of the Gradle plugin are available through the
```kotlin
plugins {
kotlin("multiplatform") version "1.5.0"
id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
kotlin("multiplatform") version "1.5.10"
id("com.bnorm.power.kotlin-power-assert") version "0.9.0"
}
```
+1 -1
View File
@@ -7,7 +7,7 @@ plugins {
allprojects {
group = "com.bnorm.power"
version = "0.9.0-SNAPSHOT"
version = "0.9.0"
}
subprojects {
+1 -1
View File
@@ -1,6 +1,6 @@
plugins {
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 {