Skip to content

Commit e8a7926

Browse files
committed
Release version 4.1.0
1 parent b72fbfb commit e8a7926

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Unreleased
3+
## 4.1.0
44
### Added
55
- Added `MordantHelpFormatter.renderAttachedOptionValue` that you can override to change how option values are shown, e.g. if you want option to show as `--option <value>` instead of `--option=<value>`. ([#416](https://github.com/ajalt/clikt/issues/416))
66
- Added `option().optionalValueLazy{}`, which work like `optionalValue()` but the default value is computed lazily. ([#381](https://github.com/ajalt/clikt/issues/381))

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c
6060

6161
```groovy
6262
dependencies {
63-
implementation("com.github.ajalt.clikt:clikt:4.0.0")
63+
implementation("com.github.ajalt.clikt:clikt:4.1.0")
6464
}
6565
```
6666

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=4.0.0
1+
VERSION_NAME=4.1.0
22

33
# Silence the compile warning that MPP is experimental
44
kotlin.mpp.stability.nowarn=true

0 commit comments

Comments
 (0)