Skip to content

Commit

Permalink
Release version 3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 19, 2023
1 parent bf1acca commit 040f1e4
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,20 @@
# Changelog

## 3.5.2
## 3.5.3
### Changed
- Updated Kotlin to 1.8.22
-

### Fixed
- Fix `CliktCommand.prompt` on NodeJS targets that would hang due to KT-55817 ([#387](https://github.com/ajalt/clikt/issues/387))
- Context is now set properly on NoSuchOption exceptions when thrown from subcommands. ([#399](https://github.com/ajalt/clikt/issues/399))
- When `treatUnknownOptionsAsArgs` is true, grouped unknown short options will now be treated as arguments rather than reporting an error.

## 3.5.2
### Changed
- Updated Kotlin to 1.8.10

### Fixed
- Fix `CliktCommand.prompt` on NodeJS targets that would hang due to KT-55817 ([#387](https://github.com/ajalt/clikt/issues/387))

## 3.5.1
### Changed
- Updated Kotlin to 1.7.20
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Clikt is distributed through [Maven Central](https://search.maven.org/artifact/c

```groovy
dependencies {
implementation("com.github.ajalt.clikt:clikt:3.5.2")
implementation("com.github.ajalt.clikt:clikt:3.5.3")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.5.2
VERSION_NAME=3.5.3

kotlin.native.ignoreDisabledTargets=true

Expand Down

0 comments on commit 040f1e4

Please sign in to comment.