File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## Unreleased
4
+
5
+ ## 5.0.3
4
6
### Fixed
5
7
- Fixed ` @argfiles ` not being expanded when specified after a subcommand ([ #570 ] ( https://github.com/ajalt/clikt/pull/570 ) )
6
8
- 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
60
60
61
61
``` kotlin
62
62
dependencies {
63
- implementation(" com.github.ajalt.clikt:clikt:5.0.2 " )
63
+ implementation(" com.github.ajalt.clikt:clikt:5.0.3 " )
64
64
65
65
// 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 " )
67
67
}
68
68
```
69
69
Original file line number Diff line number Diff line change 1
- VERSION_NAME =5.0.2
2
-
1
+ VERSION_NAME =5.0.3
3
2
# Silence the compile warning that MPP is experimental
4
3
kotlin.mpp.stability.nowarn =true
5
-
6
4
# Enable experimental cross compilation
7
5
kotlin.native.enableKlibsCrossCompilation =true
8
-
9
6
# gradle-maven-publish configuration
10
7
SONATYPE_HOST =DEFAULT
11
8
RELEASE_SIGNING_ENABLED =true
You can’t perform that action at this time.
0 commit comments