Skip to content

Commit

Permalink
Release version 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jul 30, 2023
1 parent 6ac1766 commit a18431f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## Unreleased

## 4.2.0
### Added
- Added `requireConfirmation` parameter to `option().prompt()` ([#426](https://github.com/ajalt/clikt/issues/426))
- Added `CliktCommand.terminal` extension for accessing the terminal from a command.
- Added `includeSystemEnvvars`, `ansiLevel`, `width`, and `height` parameters to all `CliktCommand.test` overloads.

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

```groovy
dependencies {
implementation("com.github.ajalt.clikt:clikt:4.1.0")
implementation("com.github.ajalt.clikt:clikt:4.2.0")
}
```

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=4.1.0
VERSION_NAME=4.2.0

# Silence the compile warning that MPP is experimental
kotlin.mpp.stability.nowarn=true
Expand Down

0 comments on commit a18431f

Please sign in to comment.