diff --git a/build.sc b/build.sc index 69e1a5907b2..6d1011a383d 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", "0.9.7") + val docTags = Seq("0.9.6", "0.9.7", "0.9.8") } object Deps { diff --git a/docs/antora/antora.yml b/docs/antora/antora.yml index 1fc9b9c7372..8c1d7f53de5 100644 --- a/docs/antora/antora.yml +++ b/docs/antora/antora.yml @@ -1,9 +1,9 @@ name: mill title: Mill Documentation -version: '0.9.7' +version: '0.9.8' nav: - modules/ROOT/nav.adoc asciidoc: attributes: - mill-version: '0.9.7' - mill-last-tag: '0.9.7' + mill-version: '0.9.8' + mill-last-tag: '0.9.8' diff --git a/readme.adoc b/readme.adoc index 9ea8824da53..30fab6188ae 100644 --- a/readme.adoc +++ b/readme.adoc @@ -208,12 +208,40 @@ corresponding version of Mill. == Changelog === main +:version: main +:prev-version: 0.9.8 +:milestone: 50 +:milestone-name: after 0.9.8 + _For details refer to -{link-milestone}/49?closed=1[milestone after 0.9.7] -and the {link-compare}/0.9.6\...main[list of commits]._ +{link-milestone}/{milestone}?closed=1[milestone {milestone-name}] +and the {link-compare}/{prev-version}\...{version}[list of commits]._ + + +=== main +:version: 0.9.8 +:prev-version: 0.9.7 +:milestone: 49 +:milestone-name: after 0.9.7 + +* Fixed some potential binary incompatibilities with external plugins (builds against older os-lib versions) +* Fixed location and configuration of mills home path (used for caching of build scripts) +* Properly close jar resources - should fix issues in `assembly`, esp. on Windows where open resources are locked +* BSP: Repaired mills BSP server +* playlib: Fixed issues with the play-contrib module and added support for Play 2.8 +* Various version bumps, including Scala 2.13.5 + +_For details refer to +{link-milestone}/{milestone}?closed=1[milestone {milestone-name}] +and the {link-compare}/{prev-version}\...{version}[list of commits]._ + === 0.9.7 - 2021-05-14 +:version: 0.9.7 +:prev-version: 0.9.6 +:milestone: 48 +:milestone-name: 0.9.7 * `ScalaModule`: Support for Scala 3 * `CoursierModule`: Support customized dependency resolution (needed to work with ScalaFX) @@ -226,8 +254,8 @@ and the {link-compare}/0.9.6\...main[list of commits]._ * Removed tut contrib module because of unmaintained/archived upstream dependency _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]._ +{link-milestone}/{milestone}?closed=1[milestone {milestone-name}] +and the {link-compare}/{prev-version}\...{version}[list of commits]._ === 0.9.6 - 2021-04-03