From 15c77072e857f31ce3b258e88a0eb4f3d9a36e34 Mon Sep 17 00:00:00 2001 From: AJ Alt Date: Thu, 7 Nov 2019 18:50:14 -0800 Subject: [PATCH] Release version 2.3.0 --- CHANGELOG.md | 2 ++ README.md | 2 +- gradle.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 887461388..6ff8dab22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [2.3.0] - 2019-11-07 ### Added - `option().groupSwitch()`, which works like `groupChoice()`, but uses a `switch()` option rather than a `choice()` option. - `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`. diff --git a/README.md b/README.md index 2c6766d35..567952013 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Clikt is distributed through ```groovy dependencies { - implementation("com.github.ajalt:clikt:2.2.0") + implementation("com.github.ajalt:clikt:2.3.0") } ``` diff --git a/gradle.properties b/gradle.properties index b6f7492b5..e3fc68e52 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.ajalt -VERSION_NAME=2.2.0 +VERSION_NAME=2.3.0