Prepare for release 0.5.1
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
## Version 0.5.
|
||||
|
||||
_2020-09-14_
|
||||
|
||||
Bug Fixes:
|
||||
* Support Windows-style line-separators in compiled files.
|
||||
|
||||
## Version 0.5.0
|
||||
|
||||
_2020-08-29_
|
||||
|
||||
@@ -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.0"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.1"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -7,7 +7,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "com.bnorm.power"
|
||||
version = "0.6.0-SNAPSHOT"
|
||||
version = "0.5.1"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
plugins {
|
||||
kotlin("multiplatform") version "1.4.0"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.0"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.5.1"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
||||
Reference in New Issue
Block a user