Skip to content

Commit

Permalink
Prepared release 0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Aug 24, 2022
1 parent 60298be commit 521e91d
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 9 deletions.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down
8 changes: 4 additions & 4 deletions docs/antora/antora.yml
Original file line number Diff line number Diff line change
@@ -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'
28 changes: 24 additions & 4 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 521e91d

Please sign in to comment.