Skip to content

Commit 15c7707

Browse files
committed
Release version 2.3.0
1 parent 5f3bc57 commit 15c7707

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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+
## [2.3.0] - 2019-11-07
46
### Added
57
- `option().groupSwitch()`, which works like `groupChoice()`, but uses a `switch()` option rather than a `choice()` option.
68
- `UsageError` now has a `statusCode` parameter (which defaults to 1). If you're using `ClicktCommand.main`, the value of `statusCode` will be passed to `exitProcess`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Clikt is distributed through
8282

8383
```groovy
8484
dependencies {
85-
implementation("com.github.ajalt:clikt:2.2.0")
85+
implementation("com.github.ajalt:clikt:2.3.0")
8686
}
8787
```
8888

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GROUP=com.github.ajalt
2-
VERSION_NAME=2.2.0
2+
VERSION_NAME=2.3.0

0 commit comments

Comments
 (0)