Skip to content

Commit

Permalink
add more detailed error for multipart field parsing errors
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxanter committed May 18, 2024
1 parent c828e63 commit 813bdd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.6.4
Features:
- Value class support in multipart requests
- Java time support in multipart requests

# 0.6.3
Infrastructure:
- Kotlin 1.8.22
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Central_.

```kotlin
dependencies {
implementation("io.github.darkxanter:ktor-openapi-generator:0.6.3")
implementation("io.github.darkxanter:ktor-openapi-generator:0.6.4")
}
```

Expand Down

0 comments on commit 813bdd8

Please sign in to comment.