Skip to content

Commit f399790

Browse files
committed
Release 0.20.0
1 parent 9d01628 commit f399790

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Unreleased
1+
## 0.20.0 (2022-11-14)
22

33
- Improve translation of Kotlin inline classes. Preserve the original class names of inline-classes and register
44
type-aliases for them. This allows one to override the translation by importing another type.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Include something like the following in your web application project:
1212

1313
```kotlin
1414
plugins {
15-
id("fi.evident.apina") version "0.19.0"
15+
id("fi.evident.apina") version "0.20.0"
1616
}
1717

1818
tasks.apina {

0 commit comments

Comments
 (0)