Skip to content

Commit dfe6136

Browse files
committed
Release version 1.6.0
1 parent 9741bfa commit dfe6136

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [Unreleased]
4+
5+
## [1.6.0] - 2018-12-02
46
### Added
57
- `.multiple().unique()` modifier for options and arguments.
68

@@ -31,7 +33,7 @@
3133

3234
## [1.2.0] - 2018-05-07
3335
### Added
34-
- Default parameter to option().default()
36+
- Default parameter to `option().default()`
3537

3638
### Changed
3739
- Treat tokens with unknown prefixes as arguments (this makes it easier

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Clikt is distributed through [Maven Central](https://mvnrepository.com/artifact/
8282

8383
```groovy
8484
dependencies {
85-
implementation 'com.github.ajalt:clikt:1.5.0'
85+
implementation 'com.github.ajalt:clikt:1.6.0'
8686
}
8787
```
8888

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
GROUP=com.github.ajalt
2-
VERSION_NAME=1.5.0
2+
VERSION_NAME=1.6.0

0 commit comments

Comments
 (0)