File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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:
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)`.
Original file line number Diff line number Diff line change 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
1616set -e
1717
You can’t perform that action at this time.
0 commit comments