Skip to content

Commit 304bda8

Browse files
committed
Prepared release 0.7.0
1 parent f3de938 commit 304bda8

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
= CmdOption - Command line parsing has never been easier
22
:toc:
33
:toc-placement: preamble
4-
:currentversion: 0.6.0
5-
:documentedVersion: 0.6.1-SNAPSHOT
4+
:currentversion: 0.7.0
5+
:documentedVersion: 0.7.0
66
:githubUrl: https://github.com/ToToTec/CmdOption
77
:wikiUrl: {githubUrl}/wiki
88
:gitterUrl: https://gitter.im/ToToTec/CmdOption
@@ -168,6 +168,7 @@ If desired, you can change the prefix with `CmdlineParser.setReadArgsFromFilePre
168168
The given string must be at least one character long.
169169
With an empty string or `null` you can disable that feature completely.
170170

171+
171172
=== Aggregation of short options
172173

173174
_By principle, CmdOption does not enforce any type of option format.
@@ -718,7 +719,7 @@ Have a look at some other projects I'm involved with:
718719

719720
== ChangeLog
720721

721-
=== CmdOption NEXT
722+
=== CmdOption 0.7.0 - 2020-03-13
722723

723724
* Stop parsing options after a parameter was set with new method `CmdlineParser.setStopAcceptOptionsAfterParameterIsSet(boolean)`.
724725
* Improved the test suite

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import de.tobiasroeser.mill.osgi._
99

1010

1111
val baseDir = build.millSourcePath
12-
val cmdOptionVersion = "0.6.1-SNAPSHOT"
12+
val cmdOptionVersion = "0.7.0"
1313

1414
object Deps {
1515
val junit = ivy"junit:junit:4.12"

0 commit comments

Comments
 (0)