From 521e91d259b24b320ad34e110af4546496aecc70 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Wed, 24 Aug 2022 09:05:22 +0200 Subject: [PATCH] Prepared release 0.10.6 --- build.sc | 3 ++- docs/antora/antora.yml | 8 ++++---- readme.adoc | 28 ++++++++++++++++++++++++---- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/build.sc b/build.sc index 8586e6ebaef..3559c5f86a6 100755 --- a/build.sc +++ b/build.sc @@ -47,7 +47,8 @@ object Settings { "0.10.2", "0.10.3", "0.10.4", - "0.10.5" + "0.10.5", + "0.10.6" ) val mimaBaseVersions = Seq("0.10.0", "0.10.1", "0.10.2", "0.10.3", "0.10.4") } diff --git a/docs/antora/antora.yml b/docs/antora/antora.yml index bb8015d2369..961184a29c9 100644 --- a/docs/antora/antora.yml +++ b/docs/antora/antora.yml @@ -1,12 +1,12 @@ name: mill title: Mill Documentation -version: '0.10.5' +version: '0.10.6' nav: - modules/ROOT/nav.adoc asciidoc: attributes: - mill-version: '0.10.5' - mill-last-tag: '0.10.5' + mill-version: '0.10.6' + mill-last-tag: '0.10.6' bsp-version: '2.0.0' - example-semanticdb-version: '4.4.32' + example-semanticdb-version: '4.5.11' example-scala-version: '2.13.8' diff --git a/readme.adoc b/readme.adoc index 2c13a106eda..9c2b25984d1 100644 --- a/readme.adoc +++ b/readme.adoc @@ -232,21 +232,41 @@ corresponding version of Mill. === 'main' branch :version: main +:prev-version: 0.10.6 +:milestone: 66 +:milestone-name: after 0.10.6 + +_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.6 - 2022-08-244 +:version: 0.10.6 :prev-version: 0.10.5 :milestone: 64 -:milestone-name: after 0.10.5 +:milestone-name: 0.10.6 _Changes since {prev-version}:_ -* `mill.twirllib.TwirlModule` - new mandatory target `twirlScalaVersion` to configure the Scala version used by Twirl compiler +* ``PathRef``s sigs are now more reproducible and independent of the used filesystem +* `JavaModule` can now use a non-local Java Compiler to support all options +* `Logger`: new `debugEnabled` to detect whether debug logging is enabled +* New `testkit` module, to use `TestEvaluator` in external projects +* Fixed reading of `.mill-jvm-opts` in server mode +* BSP: Automatic SemanticDB enablement to improve Metals support +* `mill.twirllib.TwirlModule` - new mandatory target `twirlScalaVersion` to configure the Scala version used by Twirl compiler, and support for newer versions +* Lots of documentation updates and additions +* Upgraded to Zinc 1.7.1 and various other dependency updates _For details refer to {link-milestone}/{milestone}?closed=1[milestone {milestone-name}] and the {link-compare}/{prev-version}\...{version}[list of commits]._ - - === 0.10.5 - 2022-07-01 :version: 0.10.5 :prev-version: 0.10.4