Skip to content

Commit

Permalink
Version 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Jul 15, 2020
1 parent 8f952e2 commit 8e90eb4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change log for kotlinx-knit

## Version 0.1.5

* Support `html` output format of Dokka.
* Support docs that are generated by the root project.

## Version 0.1.4

* Support `TEST LINE_START`.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Add it to the `build.gradle` in the following way:
```groovy
buildscript {
dependencies {
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.1.4"
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.1.5"
}
}
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.1.4-SNAPSHOT
version=0.1.5-SNAPSHOT
group=org.jetbrains.kotlinx

kotlinVersion=1.3.70
Expand Down

0 comments on commit 8e90eb4

Please sign in to comment.