Prepare for release 0.8.1

This commit is contained in:
Brian Norman
2021-05-12 16:27:09 -05:00
parent 077b6416a7
commit b3797be47e
4 changed files with 10 additions and 3 deletions
+7
View File
@@ -1,6 +1,13 @@
Change Log Change Log
========== ==========
## Version 0.8.1
_2021-05-12_
**Fixes**
* Fix diagramming of expressions which contain lambdas (#44)
## Version 0.8.0 ## Version 0.8.0
_2021-05-06_ _2021-05-06_
+1 -1
View File
@@ -98,7 +98,7 @@ Builds of the Gradle plugin are available through the
```kotlin ```kotlin
plugins { plugins {
kotlin("multiplatform") version "1.5.0" kotlin("multiplatform") version "1.5.0"
id("com.bnorm.power.kotlin-power-assert") version "0.8.0" id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
} }
``` ```
+1 -1
View File
@@ -7,7 +7,7 @@ plugins {
allprojects { allprojects {
group = "com.bnorm.power" group = "com.bnorm.power"
version = "0.9.0-SNAPSHOT" version = "0.8.1"
} }
subprojects { subprojects {
+1 -1
View File
@@ -1,6 +1,6 @@
plugins { plugins {
kotlin("multiplatform") version "1.5.0" kotlin("multiplatform") version "1.5.0"
id("com.bnorm.power.kotlin-power-assert") version "0.8.0" id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
} }
repositories { repositories {