Skip to content

Commit

Permalink
Release 0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
komu committed May 28, 2024
1 parent aa6748b commit 9579f6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.23.1 (2024-05-28)

- Fix crash when processing some obscure class files

## 0.23.0 (2024-05-21)

- Support reading class files generated by Kotlin 2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Include something like the following in your web application project:

```kotlin
plugins {
id("fi.evident.apina") version "0.23.0"
id("fi.evident.apina") version "0.23.1"
}

tasks.apina {
Expand Down

0 comments on commit 9579f6f

Please sign in to comment.