File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## [ Unreleased]
4
+
5
+ ## [ 1.6.0] - 2018-12-02
4
6
### Added
5
7
- ` .multiple().unique() ` modifier for options and arguments.
6
8
31
33
32
34
## [ 1.2.0] - 2018-05-07
33
35
### Added
34
- - Default parameter to option().default()
36
+ - Default parameter to ` option().default() `
35
37
36
38
### Changed
37
39
- Treat tokens with unknown prefixes as arguments (this makes it easier
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Clikt is distributed through [Maven Central](https://mvnrepository.com/artifact/
82
82
83
83
``` groovy
84
84
dependencies {
85
- implementation 'com.github.ajalt:clikt:1.5 .0'
85
+ implementation 'com.github.ajalt:clikt:1.6 .0'
86
86
}
87
87
```
88
88
Original file line number Diff line number Diff line change 1
1
GROUP =com.github.ajalt
2
- VERSION_NAME =1.5 .0
2
+ VERSION_NAME =1.6 .0
You can’t perform that action at this time.
0 commit comments