Skip to content

Commit

Permalink
Release version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajalt committed Dec 2, 2018
1 parent 9741bfa commit dfe6136
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased]

## [1.6.0] - 2018-12-02
### Added
- `.multiple().unique()` modifier for options and arguments.

Expand Down Expand Up @@ -31,7 +33,7 @@

## [1.2.0] - 2018-05-07
### Added
- Default parameter to option().default()
- Default parameter to `option().default()`

### Changed
- Treat tokens with unknown prefixes as arguments (this makes it easier
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Clikt is distributed through [Maven Central](https://mvnrepository.com/artifact/

```groovy
dependencies {
implementation 'com.github.ajalt:clikt:1.5.0'
implementation 'com.github.ajalt:clikt:1.6.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GROUP=com.github.ajalt
VERSION_NAME=1.5.0
VERSION_NAME=1.6.0

0 comments on commit dfe6136

Please sign in to comment.