Prepare for release 0.4.0
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
## Version 0.4.0
|
||||
|
||||
_2020-08-21_
|
||||
|
||||
* Support Kotlin 1.4.0.
|
||||
|
||||
## Version 0.3.1
|
||||
|
||||
_2020-05-25_
|
||||
|
||||
@@ -75,7 +75,7 @@ Builds of the Gradle plugin are available through the
|
||||
```kotlin
|
||||
plugins {
|
||||
kotlin("jvm") version "1.3.70"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.3.0"
|
||||
id("com.bnorm.power.kotlin-power-assert") version "0.4.0"
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
allprojects {
|
||||
group = "com.bnorm.power"
|
||||
version = "0.4.0-SNAPSHOT"
|
||||
version = "0.4.0"
|
||||
}
|
||||
|
||||
subprojects {
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@ class PowerAssertGradlePlugin : KotlinCompilerPluginSupportPlugin {
|
||||
override fun getPluginArtifact(): SubpluginArtifact = SubpluginArtifact(
|
||||
groupId = "com.bnorm.power",
|
||||
artifactId = "kotlin-power-assert",
|
||||
version = "0.4.0-SNAPSHOT"
|
||||
version = "0.4.0"
|
||||
)
|
||||
|
||||
override fun applyToCompilation(
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
buildscript {
|
||||
dependencies {
|
||||
classpath("gradle.plugin.com.bnorm.power:kotlin-power-assert-gradle:0.3.0")
|
||||
classpath("gradle.plugin.com.bnorm.power:kotlin-power-assert-gradle:0.4.0")
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user