Skip to content

Commit 93d88e9

Browse files
committed
Release version 4.2.1
1 parent 27e07e8 commit 93d88e9

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.2.1
44
### Added
55
- Added `toString` implementations to options and arguments. ([#434](https://github.com/ajalt/clikt/issues/434))
66
- Added `CliktCommand.test` overload that takes a vararg of `String`s as the command line arguments. Thanks to @sschuberth for the contribution ([#451](https://github.com/ajalt/clikt/issues/451))

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.2.0")
63+
implementation("com.github.ajalt.clikt:clikt:4.2.1")
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.2.0
1+
VERSION_NAME=4.2.1
22

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

0 commit comments

Comments
 (0)