From 356cae2c47565440a33876ea41c2bd78187ef6b5 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Tue, 6 Dec 2022 15:37:51 +0100 Subject: [PATCH] Prepared release 0.10.10 --- build.sc | 3 ++- docs/antora/antora.yml | 6 +++--- readme.adoc | 33 ++++++++++++++++++++++++++++++++- 3 files changed, 37 insertions(+), 5 deletions(-) diff --git a/build.sc b/build.sc index f40c5197df7..64a771be82d 100644 --- a/build.sc +++ b/build.sc @@ -53,7 +53,8 @@ object Settings { "0.10.6", "0.10.7", "0.10.8", - "0.10.9" + "0.10.9", + "0.10.10" ) val mimaBaseVersions = Seq( diff --git a/docs/antora/antora.yml b/docs/antora/antora.yml index 633a64b66f7..86143f51d05 100644 --- a/docs/antora/antora.yml +++ b/docs/antora/antora.yml @@ -1,12 +1,12 @@ name: mill title: Mill Documentation -version: '0.10.9' +version: '0.10.10' nav: - modules/ROOT/nav.adoc asciidoc: attributes: - mill-version: '0.10.9' - mill-last-tag: '0.10.9' + mill-version: '0.10.10' + mill-last-tag: '0.10.10' bsp-version: '2.0.0' example-semanticdb-version: '4.6.0' example-scala-2-13-version: '2.13.10' diff --git a/readme.adoc b/readme.adoc index c57b50c5353..e9b1663dcd9 100644 --- a/readme.adoc +++ b/readme.adoc @@ -250,17 +250,48 @@ corresponding version of Mill. === 'main' branch :version: main +:prev-version: 0.10.10 +:milestone: 70 +:milestone-name: after 0.10.10 + +_Changes since {prev-version}:_ + +_For details refer to +{link-milestone}/{milestone}?closed=1[milestone {milestone-name}] +and the {link-compare}/{prev-version}\...{version}[list of commits]._ + + + +=== 0.10.10 - 2022-12-06 +:version: 0.10.10 :prev-version: 0.10.9 :milestone: 69 -:milestone-name: after 0.10.9 +:milestone-name: 0.10.10 + +After this release, the `main` branch is open for development of the next major version of Mill, which is probably `0.11`. +Further maintenance work will happen in the `0.10.x` branch. _Changes since {prev-version}:_ +* Lots of documentation improvements, additions and restructurings +* `core`: Fixed some rare issues with reading the `.mill-jvm-opts` file +* `core`: We made slight adaptions to the `T.dest` location of target defined in included files, to fix potential colliding cache locations +* `scalalib`: JAR archives created by Mill now by default contain directory entries +* `scalalib`: Updated zinc to 1.8.0 +* `scalajslib`: Added support for more `JsEnv` providers +* `scalanativelib`: Support for incremental compilation since Scala Native 0.4.9 +* `contrib.testng`: The TestNG library is no longer provided transitively; you need to provide it explicitly +* `contrib.bloop`: Fixed re-generation of bloop config dir; previously, it could happen, that there where no config files at all +* `BSP`: implement `buildTarget/OutputPaths` request +* Various version bumps and internal improvements + + _For details refer to {link-milestone}/{milestone}?closed=1[milestone {milestone-name}] and the {link-compare}/{prev-version}\...{version}[list of commits]._ + === 0.10.9 - 2022-11-10 :version: 0.10.9 :prev-version: 0.10.8