Skip to content

Commit 7610da7

Browse files
committed
Release version 1.4.0
1 parent d5c584a commit 7610da7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## [Unreleased]
44

5+
## [1.4.0] - 2018-07-31
6+
### Added
7+
- `path()` type for parameter values
8+
9+
### Changed
10+
- Clikt now targets JVM 8 bytecode
11+
- Responses to `TermUi.confirm()` are now case-insensitive
12+
513
## [1.3.0] - 2018-06-23
614
### Added
715
- `defaultLazy` extension for options and arguments

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,
8282

8383
```groovy
8484
dependencies {
85-
implementation 'com.github.ajalt:clikt:1.3.0'
85+
implementation 'com.github.ajalt:clikt:1.4.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.3.0
2+
VERSION_NAME=1.4.0

0 commit comments

Comments
 (0)