diff --git a/build.sc b/build.sc index 10eb78e1c55..d0a87657a99 100755 --- a/build.sc +++ b/build.sc @@ -24,7 +24,7 @@ object Settings { // the exact branches containing a doc root val docBranches = Seq() // the exact tags containing a doc root - val docTags = Seq("0.9.6") + val docTags = Seq("0.9.6", "0.9.7") } object Deps { diff --git a/docs/antora/antora.yml b/docs/antora/antora.yml index 4ad65fcd54d..1fc9b9c7372 100644 --- a/docs/antora/antora.yml +++ b/docs/antora/antora.yml @@ -1,9 +1,9 @@ name: mill title: Mill Documentation -version: '0.9.6' +version: '0.9.7' nav: - modules/ROOT/nav.adoc asciidoc: attributes: - mill-version: '0.9.6' - mill-last-tag: '0.9.6' + mill-version: '0.9.7' + mill-last-tag: '0.9.7' diff --git a/readme.adoc b/readme.adoc index 2ff206ea9ee..1a21cd4a646 100644 --- a/readme.adoc +++ b/readme.adoc @@ -211,9 +211,25 @@ corresponding version of Mill. === main _For details refer to -{link-milestone}/48?closed=1[milestone after 0.9.6] +{link-milestone}/49?closed=1[milestone after 0.9.7] and the {link-compare}/0.9.6\...main[list of commits]._ +=== 0.9.7 - 2021-05-14 + +_For details refer to +{link-milestone}/48?closed=1[milestone 0.9.7] +and the {link-compare}/0.9.6\...0.9.7[list of commits]._ + +* `ScalaModule`: Support for Scala 3 +* `CoursierModule`: Support customized dependency resolution (needed to work with ScalaFX) +* `TestModule`: Added new `testFramework` target and only support one test framework. Deprecated `testFrameworks` targets. +* `TestModule`: Added new convenience traits to configure popular test frameworks, e.g. `TestModule.Junit`, `TestModule.ScalaTest`, `TestModule.Utest`, and many more +* `Bloop`: Added support for foreign modules +* Better support for Windows environments +* Various internal improvements, cleanups, and deprecations +* Various dependencies updates +* Removed tut contrib module because of unmaintained/archived upstream dependency + === 0.9.6 - 2021-04-03