From e4e8108a9215c2960390960e70fb3febbd78f343 Mon Sep 17 00:00:00 2001 From: AJ Date: Sat, 12 Dec 2020 10:05:44 -0800 Subject: [PATCH] Release version 3.1.0 --- CHANGELOG.md | 5 ++++- README.md | 3 +-- gradle.properties | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 200b57c22..ebceade23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased +## 3.1.0 +_2020-12-12_ + ### Added - Added `required()` and `defaultLazy()` for nullable flag options like `switch()`. ([#240](https://github.com/ajalt/clikt/issues/240)) - Added support for generating autocomplete scripts for Fish shells ([#189](https://github.com/ajalt/clikt/issues/189)) @@ -9,7 +12,7 @@ ### Changed - Updated Kotlin to 1.4.21 -- `@argfiles` now allow line breaks in quoted values, which are included in the value verbatim. You can now end lines with `\` to concatenate them with the follwing line. ([#248](https://github.com/ajalt/clikt/issues/248)) +- `@argfiles` now allow line breaks in quoted values, which are included in the value verbatim. You can now end lines with `\` to concatenate them with the following line. ([#248](https://github.com/ajalt/clikt/issues/248)) ## 3.0.1 _2020-09-03_ diff --git a/README.md b/README.md index 5e9cd6d60..25c33efc0 100644 --- a/README.md +++ b/README.md @@ -81,8 +81,7 @@ dependencies { implementation("com.github.ajalt.clikt:clikt:3.0.1") } ``` - -###### In version 3.0, the maven coordinates changed. Make sure you're using the new coordinates if you're updating from an older version. + In version 3.0, the maven coordinates changed. Make sure you're using the new coordinates if you're updating from an older version. #### Multiplatform diff --git a/gradle.properties b/gradle.properties index f132bc8c6..eb3cffe75 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=3.0.1 +VERSION_NAME=3.1.0 kotlin.native.ignoreDisabledTargets=true