Skip to content

Commit 0632fa2

Browse files
committed
Release version 2.4.0
1 parent 7c87796 commit 0632fa2

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

CHANGELOG.md

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

33
## [Unreleased]
4+
5+
## [2.4.0] - 2020-01-25
46
### Added
57
- `CompletionCandidates.Fixed` now has a secondary convenience constructor that take a `vararg` of `String`s
68
- `CompletionCadidates.Custom`, which allows you to call other binaries or write a script to generate completions. This class is currently experimental. ([#79](https://github.com/ajalt/clikt/issues/79))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,13 @@ Clikt is distributed through
8282

8383
```groovy
8484
dependencies {
85-
implementation("com.github.ajalt:clikt:2.3.0")
85+
implementation("com.github.ajalt:clikt:2.4.0")
8686
}
8787
```
8888

8989
## License
9090

91-
Copyright 2018-2019 AJ Alt
91+
Copyright 2018-2020 AJ Alt
9292

9393
Licensed under the Apache License, Version 2.0 (the "License");
9494
you may not use this file except in compliance with the License.

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=2.3.0
2+
VERSION_NAME=2.4.0

0 commit comments

Comments
 (0)