Skip to content

Commit

Permalink
Version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qwwdfsad committed Apr 11, 2022
1 parent bb4097f commit e72f453
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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"
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e72f453

Please sign in to comment.