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