Skip to content

Commit e4c2302

Browse files
committed
Release version 4.2.2
1 parent 5cead33 commit e4c2302

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 4.2.2
4+
### Changed
5+
- Options and arguments can now reference option groups in their `defaultLazy` and other finalization blocks. They can also freely reference each other, including though chains of references. ([#473](https://github.com/ajalt/clikt/issues/473))
6+
- Updated Kotlin to 1.9.21 ([#472](https://github.com/ajalt/clikt/pull/472))
7+
38
## 4.2.1
49
### Added
510
- Added `toString` implementations to options and arguments. ([#434](https://github.com/ajalt/clikt/issues/434))

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

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

0 commit comments

Comments
 (0)