Skip to content

Commit

Permalink
Prepared 0.3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Jul 3, 2020
1 parent fdbef03 commit 98cf281
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.adoc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= mill-integrationtest - Integration test plugin for mill plugins
:version: 0.3.2
:version: 0.3.3
:min-mill-version: 0.6.2
:exampleMillVersion: {min-mill-version}
:project-home: https://github.com/lefou/mill-integrationtest
Expand Down Expand Up @@ -434,6 +434,8 @@ I also accept {project-home}/pulls[pull requests on GitHub].

=== main

=== mill-integrationtest 0.3.3 - 2020-07-03

* New option `showFailedRuns` to always show output of failed runs

=== mill-integrationtest 0.3.2 - 2020-07-03
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// mill plugins
import $ivy.`com.lihaoyi::mill-contrib-scoverage:$MILL_VERSION`
import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest:0.3.1-24-e3782f`
import $ivy.`de.tototec::de.tobiasroeser.mill.integrationtest:0.3.2`
import $ivy.`de.tototec::de.tobiasroeser.mill.vcs.version:0.0.1`
import scala.util.matching.Regex

Expand Down

0 comments on commit 98cf281

Please sign in to comment.