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

Commit 23de296

Browse files
committed
Prepare for release 0.3.1
1 parent 98b191c commit 23de296

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
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.3.1
5+
6+
_2020-05-25_
7+
8+
* Fix: Do not include wrapper class for top-level function in Gradle plugin
9+
default function.
10+
411
## Version 0.3.0
512

613
_2020-03-07_

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
22
kotlin("jvm") version "1.3.70" apply false
33
id("org.jetbrains.dokka") version "0.10.0" apply false
4-
id("com.gradle.plugin-publish") version "0.10.1" apply false
4+
id("com.gradle.plugin-publish") version "0.11.0" apply false
55
}
66

77
allprojects {
88
group = "com.bnorm.power"
9-
version = "0.4.0-SNAPSHOT"
9+
version = "0.3.1"
1010
}
1111

1212
subprojects {

kotlin-power-assert-gradle/src/main/kotlin/com/bnorm/power/PowerAssertGradleSubplugin.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class PowerAssertGradleSubplugin : KotlinGradleSubplugin<AbstractCompile> {
3737
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
3838
groupId = "com.bnorm.power",
3939
artifactId = "kotlin-power-assert",
40-
version = "0.4.0-SNAPSHOT"
40+
version = "0.3.1"
4141
)
4242

4343
override fun apply(

0 commit comments

Comments
 (0)