Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 5a1b70b

Browse files
committed
Prepare for release 0.11.0
1 parent f6291d8 commit 5a1b70b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
Change Log
22
==========
33

4+
## Version 0.11.0
5+
6+
_2021-11-18_
7+
8+
**New**
9+
* Support Kotlin 1.6.0 (#50).
10+
411
## Version 0.10.0
512

613
_2021-06-29_

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Builds of the Gradle plugin are available through the
9797

9898
```kotlin
9999
plugins {
100-
kotlin("multiplatform") version "1.5.20"
101-
id("com.bnorm.power.kotlin-power-assert") version "0.10.0"
100+
kotlin("multiplatform") version "1.6.0"
101+
id("com.bnorm.power.kotlin-power-assert") version "0.11.0"
102102
}
103103
```
104104

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
allprojects {
99
group = "com.bnorm.power"
10-
version = "0.11.0-SNAPSHOT"
10+
version = "0.11.0"
1111
}
1212

1313
subprojects {

sample/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
kotlin("multiplatform") version "1.6.0"
3-
id("com.bnorm.power.kotlin-power-assert") version "0.10.0"
3+
id("com.bnorm.power.kotlin-power-assert") version "0.11.0"
44
}
55

66
repositories {

0 commit comments

Comments
 (0)