Skip to content

Commit

Permalink
Version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Oct 9, 2020
1 parent e76b255 commit 973cc24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.2.2

* Warn on markdown reference case conflicts (#20).
* Support consistent function disambiguation using `name()` syntax and additional `_name` prefix for names with
the lowercase first letters. This way, you can refer to `CoroutineScope` class, `CoroutineScope()` function,
and `_coroutineScope` function from the same file without ambiguities.

## Version 0.2.1

* Support new Dokka (1.4.0+) links format
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Add it to the `build.gradle` in the following way:
```groovy
buildscript {
dependencies {
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.2.0"
classpath "org.jetbrains.kotlinx:kotlinx-knit:0.2.2"
}
}
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.2.1-SNAPSHOT
version=0.2.2-SNAPSHOT
group=org.jetbrains.kotlinx

kotlinVersion=1.3.70
Expand Down

0 comments on commit 973cc24

Please sign in to comment.