Skip to content

Commit

Permalink
Release version 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Jun 12, 2022
1 parent c2a748e commit 4b9a843
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## 3.5.0
### Added
- Added `hidden` parameter to `CliktCommand`, which will prevent the command from being displayed as a subcommand in help output ([#353](https://github.com/ajalt/clikt/issues/353))
- Publish artifacts for the `macosArm64` target. Note that this target is not tested on CI. ([#352](https://github.com/ajalt/clikt/issues/352))
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.4.2")
implementation("com.github.ajalt.clikt:clikt:3.5.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=3.4.2
VERSION_NAME=3.5.0

kotlin.native.ignoreDisabledTargets=true

Expand Down

0 comments on commit 4b9a843

Please sign in to comment.