Skip to content

Commit 90522c5

Browse files
committed
Release version 5.0.3
1 parent 1418237 commit 90522c5

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
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.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))

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.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

gradle.properties

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
VERSION_NAME=5.0.2
2-
1+
VERSION_NAME=5.0.3
32
# Silence the compile warning that MPP is experimental
43
kotlin.mpp.stability.nowarn=true
5-
64
# Enable experimental cross compilation
75
kotlin.native.enableKlibsCrossCompilation=true
8-
96
# gradle-maven-publish configuration
107
SONATYPE_HOST=DEFAULT
118
RELEASE_SIGNING_ENABLED=true

0 commit comments

Comments
 (0)