File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -762,6 +762,13 @@ Have a look at some other projects I'm involved with:
762
762
* Removed deprecated API
763
763
764
764
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
+
765
772
=== CmdOption 0.7.0 - 2020-03-13
766
773
767
774
* Stop parsing options after a parameter was set with new method `CmdlineParser.setStopAcceptOptionsAfterParameterIsSet(boolean)`.
Original file line number Diff line number Diff line change 11
11
# Licensed under the Apache License, Version 2.0
12
12
13
13
14
- DEFAULT_MILL_VERSION=0.6.1
14
+ DEFAULT_MILL_VERSION=0.10.0
15
15
16
16
set -e
17
17
You can’t perform that action at this time.
0 commit comments