Skip to content

Commit 98cf281

Browse files
committed
Prepared 0.3.3 release
1 parent fdbef03 commit 98cf281

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
= mill-integrationtest - Integration test plugin for mill plugins
2-
:version: 0.3.2
2+
:version: 0.3.3
33
:min-mill-version: 0.6.2
44
:exampleMillVersion: {min-mill-version}
55
:project-home: https://github.com/lefou/mill-integrationtest
@@ -434,6 +434,8 @@ I also accept {project-home}/pulls[pull requests on GitHub].
434434

435435
=== main
436436

437+
=== mill-integrationtest 0.3.3 - 2020-07-03
438+
437439
* New option `showFailedRuns` to always show output of failed runs
438440

439441
=== mill-integrationtest 0.3.2 - 2020-07-03

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// mill plugins
22
import $ivy.`com.lihaoyi::mill-contrib-scoverage:$MILL_VERSION`
3-
import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest:0.3.1-24-e3782f`
3+
import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest:0.3.2`
44
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version:0.0.1`
55
import scala.util.matching.Regex
66

0 commit comments

Comments
 (0)