Skip to content

Commit a34ddda

Browse files
committed
Prepared release 0.7.1
1 parent 675cb21 commit a34ddda

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -762,6 +762,13 @@ Have a look at some other projects I'm involved with:
762762
* Removed deprecated API
763763

764764

765+
=== CmdOption 0.7.1 - 2022-02-03
766+
767+
* Added option to `@CmdOptionDelegate` to detect commands
768+
* Support for short options with one argument to provide the arg without a space
769+
* Added `CmdlineParser.setShortOptionsWithArgsPrefix(String)` to configure 1-arg short option behavior
770+
* Internal improvements and tooling updates
771+
765772
=== CmdOption 0.7.0 - 2020-03-13
766773

767774
* Stop parsing options after a parameter was set with new method `CmdlineParser.setStopAcceptOptionsAfterParameterIsSet(boolean)`.

millw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Licensed under the Apache License, Version 2.0
1212

1313

14-
DEFAULT_MILL_VERSION=0.6.1
14+
DEFAULT_MILL_VERSION=0.10.0
1515

1616
set -e
1717

0 commit comments

Comments
 (0)