File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 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 ) )
Original file line number Diff line number Diff line change @@ -60,10 +60,10 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c
6060
6161``` kotlin
6262dependencies {
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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- VERSION_NAME =5.0.0
1+ VERSION_NAME =5.0.1
22
33# Silence the compile warning that MPP is experimental
44kotlin.mpp.stability.nowarn =true
You can’t perform that action at this time.
0 commit comments