We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c04c515 commit a8d2100Copy full SHA for a8d2100
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [Unreleased]
4
+
5
+## [2.1.0] - 2019-05-23
6
### Added
7
- Ability to prevent [rewrapping individual paragraphs](https://ajalt.github.io/clikt/documenting/#preventing-rewrapping) in help output.
8
- Added parameter `required` to `Option.multiple()` to require at least one instance of the option on the command line.
gradle.properties
@@ -1,2 +1,2 @@
GROUP=com.github.ajalt
-VERSION_NAME=2.0.0
+VERSION_NAME=2.1.0
0 commit comments