Skip to content

Commit

Permalink
Prepared release 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Apr 12, 2022
1 parent f3bee55 commit 1c62943
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
= mill-integrationtest - Integration test plugin for mill plugins
:version: 0.5.0
:version: 0.5.1
:mill-platform: 0.10
:scala-platform: 2.13
:min-mill-version: 0.9.3
:example-mill-version: 0.10.1
:example-mill-version: 0.10.3
:project-home: https://github.com/lefou/mill-integrationtest
:scoverage-version: 1.4.11
:munit-version: 0.7.7
Expand Down Expand Up @@ -479,6 +479,10 @@ I also accept {project-home}/pulls[pull requests on GitHub].

=== main branch

=== mill-integrationtest 0.5.1 - 2022-04-12

* Fixed non-functional tests under Windows

=== mill-integrationtest 0.5.0 - 2022-03-09

* Support to specify environment variables for test runs
Expand Down
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ val millApiCrossVersions = Seq(
override def millPlatform = "0.10"
override def minMillVersion: String = "0.10.0" // scala-steward:off
override def scalaVersion = "2.13.8"
override def testWithMill: Seq[String] = Seq("0.10.1", minMillVersion)
override def testWithMill: Seq[String] = Seq("0.10.3", "0.10.2", "0.10.1", minMillVersion)
},
new CrossConfig {
override def millPlatform = "0.9"
Expand Down

0 comments on commit 1c62943

Please sign in to comment.