File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33## Unreleased
4+
5+ ## 5.0.3
46### Fixed
57- Fixed ` @argfiles ` not being expanded when specified after a subcommand ([ #570 ] ( https://github.com/ajalt/clikt/pull/570 ) )
68- Fixed syntax error in generated bash completions when an argument name contained spaces ([ #563 ] ( https://github.com/ajalt/clikt/pull/563 ) )
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.2 " )
63+ implementation(" com.github.ajalt.clikt:clikt:5.0.3 " )
6464
6565 // optional support for rendering markdown in help messages
66- implementation(" com.github.ajalt.clikt:clikt-markdown:5.0.2 " )
66+ implementation(" com.github.ajalt.clikt:clikt-markdown:5.0.3 " )
6767}
6868```
6969
Original file line number Diff line number Diff line change 1- VERSION_NAME =5.0.2
2-
1+ VERSION_NAME =5.0.3
32# Silence the compile warning that MPP is experimental
43kotlin.mpp.stability.nowarn =true
5-
64# Enable experimental cross compilation
75kotlin.native.enableKlibsCrossCompilation =true
8-
96# gradle-maven-publish configuration
107SONATYPE_HOST =DEFAULT
118RELEASE_SIGNING_ENABLED =true
You can’t perform that action at this time.
0 commit comments