File tree 4 files changed +7
-5
lines changed
4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+
5
+ ## 5.0.1
4
6
### Added
5
7
- Added completion commands for suspending and chained commands. ([ #553 ] ( https://github.com/ajalt/clikt/pull/553 ) )
6
8
- 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
60
60
61
61
``` kotlin
62
62
dependencies {
63
- implementation(" com.github.ajalt.clikt:clikt:5.0.0 " )
63
+ implementation(" com.github.ajalt.clikt:clikt:5.0.1 " )
64
64
65
65
// 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 " )
67
67
}
68
68
```
69
69
Original file line number Diff line number Diff line change 1
1
# Upgrading to Newer Releases
2
2
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.
5
5
6
6
## Upgrading to 5.0
7
7
Original file line number Diff line number Diff line change 1
- VERSION_NAME =5.0.0
1
+ VERSION_NAME =5.0.1
2
2
3
3
# Silence the compile warning that MPP is experimental
4
4
kotlin.mpp.stability.nowarn =true
You can’t perform that action at this time.
0 commit comments