Skip to content

Commit

Permalink
Release version 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Dec 1, 2024
1 parent 9b77c1c commit df70736
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

## Unreleased
## 5.0.2
### Changed
- Update Kotlin to 2.1.0

## 5.0.1
### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,10 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c

```kotlin
dependencies {
implementation("com.github.ajalt.clikt:clikt:5.0.1")
implementation("com.github.ajalt.clikt:clikt:5.0.2")

// optional support for rendering markdown in help messages
implementation("com.github.ajalt.clikt:clikt-markdown:5.0.1")
implementation("com.github.ajalt.clikt:clikt-markdown:5.0.2")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=5.0.1
VERSION_NAME=5.0.2

# Silence the compile warning that MPP is experimental
kotlin.mpp.stability.nowarn=true
Expand Down

0 comments on commit df70736

Please sign in to comment.