From a8d2100f906d61d30921f7c181aec264e07be43e Mon Sep 17 00:00:00 2001 From: AJ Alt Date: Sun, 23 Jun 2019 11:16:42 -0700 Subject: [PATCH] Release version 2.1.0 --- CHANGELOG.md | 2 ++ gradle.properties | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8890aa1a3..b14759a09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [2.1.0] - 2019-05-23 ### Added - Ability to prevent [rewrapping individual paragraphs](https://ajalt.github.io/clikt/documenting/#preventing-rewrapping) in help output. - Added parameter `required` to `Option.multiple()` to require at least one instance of the option on the command line. diff --git a/gradle.properties b/gradle.properties index c3ff871cf..0237c4518 100755 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ GROUP=com.github.ajalt -VERSION_NAME=2.0.0 +VERSION_NAME=2.1.0