diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f4b27a7..aac4b5197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [1.7.0] - 2019-05-12 ### Added - [Bash autocomplete script generation](https://ajalt.github.io/clikt/autocomplete/). A property named `completionCandidates` has been added to `Argument` and `Option` interfaces, and corresponding parameters have been added to the various implementation constructors, as well as the `convert` functions. You can use this to control the values autocomplete that will be suggested. - [`option().split()`](https://ajalt.github.io/clikt/api/clikt/com.github.ajalt.clikt.parameters.options/split.html), and the corresponding [`OptionWithValues.valueSplit`](https://ajalt.github.io/clikt/api/clikt/com.github.ajalt.clikt.parameters.options/-option-with-values/value-split.html). diff --git a/README.md b/README.md index 9ac85ba3f..a4553d34e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Clikt is distributed through ```groovy dependencies { - implementation 'com.github.ajalt:clikt:1.7.0' + implementation 'com.github.ajalt:clikt:2.0.0' } ``` diff --git a/gradle.properties b/gradle.properties index 454fcd43c..c3ff871cf 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.ajalt -VERSION_NAME=1.7.0 +VERSION_NAME=2.0.0