Skip to content

Commit 5593cd0

Browse files
committed
Release version 5.0.1
1 parent ad02b84 commit 5593cd0

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## Unreleased
4+
5+
## 5.0.1
46
### Added
57
- Added completion commands for suspending and chained commands. ([#553](https://github.com/ajalt/clikt/pull/553))
68
- Added no-op suspending commands. ([#554](https://github.com/ajalt/clikt/pull/554))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c
6060

6161
```kotlin
6262
dependencies {
63-
implementation("com.github.ajalt.clikt:clikt:5.0.0")
63+
implementation("com.github.ajalt.clikt:clikt:5.0.1")
6464

6565
// optional support for rendering markdown in help messages
66-
implementation("com.github.ajalt.clikt:clikt-markdown:5.0.0")
66+
implementation("com.github.ajalt.clikt:clikt-markdown:5.0.1")
6767
}
6868
```
6969

docs/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Upgrading to Newer Releases
22

3-
See the [changelog] for a full list of changes in each release. This guide contains information on
4-
the most significant changes that may require updating to your code.
3+
See the [changelog](changelog.md) for a full list of changes in each release. This guide contains
4+
information on the most significant changes that may require updating to your code.
55

66
## Upgrading to 5.0
77

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=5.0.0
1+
VERSION_NAME=5.0.1
22

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

0 commit comments

Comments
 (0)