Prepare for release 0.5.1

This commit is contained in:
Brian Norman
2020-09-14 20:12:07 -05:00
parent 89f1d5c0a6
commit 9bdcdff63a
4 changed files with 10 additions and 3 deletions
+7
View File
@@ -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_
+1 -1
View File
@@ -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
View File
@@ -7,7 +7,7 @@ plugins {
allprojects {
group = "com.bnorm.power"
version = "0.6.0-SNAPSHOT"
version = "0.5.1"
}
subprojects {
+1 -1
View File
@@ -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 {