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