Skip to content

Commit

Permalink
Prepared release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Feb 3, 2022
1 parent 675cb21 commit a34ddda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,13 @@ Have a look at some other projects I'm involved with:
* Removed deprecated API


=== CmdOption 0.7.1 - 2022-02-03

* Added option to `@CmdOptionDelegate` to detect commands
* Support for short options with one argument to provide the arg without a space
* Added `CmdlineParser.setShortOptionsWithArgsPrefix(String)` to configure 1-arg short option behavior
* Internal improvements and tooling updates

=== CmdOption 0.7.0 - 2020-03-13

* Stop parsing options after a parameter was set with new method `CmdlineParser.setStopAcceptOptionsAfterParameterIsSet(boolean)`.
Expand Down
2 changes: 1 addition & 1 deletion millw
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Licensed under the Apache License, Version 2.0


DEFAULT_MILL_VERSION=0.6.1
DEFAULT_MILL_VERSION=0.10.0

set -e

Expand Down

0 comments on commit a34ddda

Please sign in to comment.