Skip to content

Commit 9579f6f

Browse files
committed
Release 0.23.1
1 parent aa6748b commit 9579f6f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.23.1 (2024-05-28)
2+
3+
- Fix crash when processing some obscure class files
4+
15
## 0.23.0 (2024-05-21)
26

37
- Support reading class files generated by Kotlin 2.0

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.23.0"
15+
id("fi.evident.apina") version "0.23.1"
1616
}
1717

1818
tasks.apina {

0 commit comments

Comments
 (0)