Skip to content

Commit

Permalink
Update Changelog and Documentation for Release 0.10.13 (#2873)
Browse files Browse the repository at this point in the history
Pull request: #2873
  • Loading branch information
lefou authored Nov 12, 2023
1 parent c12d024 commit ec7840b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ object Settings {
"0.9.12",
"0.10.0",
"0.10.12",
"0.10.13",
"0.11.0-M7"
)
val docTags: Seq[String] = Seq()
Expand Down
21 changes: 21 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -762,6 +762,27 @@ _For details refer to
{link-milestone}/{milestone}?closed=1[milestone {milestone-name}]
and the {link-compare}/{prev-version}\...{version}[list of commits]._

[#0-10-13]
=== 0.10.13 - 2023-11-12
:version: 0.10.13
:milestone-name: 0.10.13
:milestone: 81
:prev-version: 0.10.12

_Changes since {prev-version}:_

This version especially aids the transition from Mill 0.10 to Mill 0.11.

* Backport of Java 20 compatibility
* Deprecated `mill.define.SelectMode.Single`
* Backport of `mill.eval.Evaluator.evalOrThrow`
* Deprecated all inner `Tests` traits of modules derived from `JavaModule` and provide type aliases to use their successors
* Dependency updates: Ammonite 2.5.11, Coursier 2.1.7, jarjar-abrams 1.9.0, Junixxocket 2.8.2, Play 2.8.21, Scalameta Trees 4.8.12, Scala Native 0.4.16, Scoverage 2.0.11, Zinc 1.9.5

_For details refer to
{link-milestone}/{milestone}?closed=1[milestone {milestone-name}]
and the {link-compare}/{prev-version}\...{version}[list of commits]._


[#0-10-12]
=== 0.10.12 - 2023-03-20
Expand Down

0 comments on commit ec7840b

Please sign in to comment.