diff --git a/CHANGES.md b/CHANGES.md index c07477e..2f2e2d0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Change log for kotlinx-knit +## Version 0.4.0 + +* Dokka and Kotlin updated to 1.6.10 (#40). +* Line separators are unified between across platforms (#37). +* `knitCheck` task no longer generates TOC (#36). +* Knit no longer prevents up-to-date checks (#22, #34). + ## Version 0.3.0 * Support new Dokka multi-module structure. diff --git a/README.md b/README.md index fafb791..275b370 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![JetBrains incubator project](https://jb.gg/badges/incubator.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) [![Apache license](https://img.shields.io/badge/license-Apache%20License%202.0-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0) -[![Download](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-knit?versionPrefix=0.3&versionSuffix=.0)](https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-knit/0.3.0/pom) +[![Download](https://img.shields.io/maven-central/v/org.jetbrains.kotlinx/kotlinx-knit?versionPrefix=0.3&versionSuffix=.0)](https://search.maven.org/artifact/org.jetbrains.kotlinx/kotlinx-knit/0.4.0/pom) Kotlin source code documentation management tool. @@ -73,7 +73,7 @@ Add it to the `build.gradle` in the following way: ```groovy buildscript { dependencies { - classpath "org.jetbrains.kotlinx:kotlinx-knit:0.3.0" + classpath "org.jetbrains.kotlinx:kotlinx-knit:0.4.0" } } diff --git a/gradle.properties b/gradle.properties index 45dcf51..1cc9512 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ # Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license. # -version=0.3.0-SNAPSHOT +version=0.4.0-SNAPSHOT group=org.jetbrains.kotlinx kotlinVersion=1.6.10