Skip to content

Commit

Permalink
Prepare for release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bnorm committed May 12, 2021
1 parent 077b641 commit b3797be
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

## Version 0.8.1

_2021-05-12_

**Fixes**
* Fix diagramming of expressions which contain lambdas (#44)

## Version 0.8.0

_2021-05-06_
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ 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.0"
id("com.bnorm.power.kotlin-power-assert") version "0.8.1"
}
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {

allprojects {
group = "com.bnorm.power"
version = "0.9.0-SNAPSHOT"
version = "0.8.1"
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
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 {
Expand Down

0 comments on commit b3797be

Please sign in to comment.