Skip to content

Commit

Permalink
bump to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxanter committed May 12, 2024
1 parent e9054f4 commit 9ea2f74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 0.6.3
Infrastructure:
- Kotlin 1.8.22
- Ktor 2.9.11
- Dokka 1.8.20
- Swagger UI 5.17.2
- Removed unused dependencies

Features:
- Value class support
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.2")
implementation("io.github.darkxanter:ktor-openapi-generator:0.6.3")
}
```

Expand Down

0 comments on commit 9ea2f74

Please sign in to comment.