Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
darkxanter committed Oct 31, 2024
1 parent f17efc4 commit 1d5cf09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.8.0
Infrastructure:
- Kotlin 2.0.21
- Ktor 3.0.1

# 0.7.0
Features:
- Support `Iterable` subclasses
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

The Ktor OpenAPI Generator is a library to automatically generate the descriptor as you route your ktor application.

_This version by [LukasForst](https://github.com/LukasForst) was migrated to Ktor `2.0.0` and is hosted on Maven
Central_.

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

Expand Down

0 comments on commit 1d5cf09

Please sign in to comment.