From 1c62943ee57bbbccb411d3fb8686fa25c2866e9a Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 12 Apr 2022 21:25:08 +0200 Subject: [PATCH] Prepared release 0.5.1 --- README.adoc | 8 ++++++-- build.sc | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 835197b..edcfb5f 100644 --- a/README.adoc +++ b/README.adoc @@ -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 @@ -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 diff --git a/build.sc b/build.sc index 21f4c4a..e020551 100644 --- a/build.sc +++ b/build.sc @@ -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"