Skip to content

Commit

Permalink
Prepared release 0.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 11, 2023
1 parent 9886717 commit 21ff06c
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/antora/antora.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: mill
title: Mill Documentation
version: '0.10.12'
version: '0.10.13'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.10.12'
mill-last-tag: '0.10.12'
mill-version: '0.10.13'
mill-last-tag: '0.10.13'
bsp-version: '2.0.0'
example-semanticdb-version: '4.8.13'
example-scala-2-13-version: '2.13.10'
example-utest-version: '0.8.1'
example-scala-2-13-version: '2.13.12'
example-utest-version: '0.8.2'
2 changes: 1 addition & 1 deletion mill
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
set -e

if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
DEFAULT_MILL_VERSION=0.10.11
DEFAULT_MILL_VERSION=0.10.12
fi

if [ -z "$MILL_VERSION" ] ; then
Expand Down
21 changes: 21 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,27 @@ corresponding version of Mill.

== Changelog

=== 0.10.13 - 203-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 module 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 - 2023-03-20
:version: 0.10.12
:milestone-name: 0.10.12
Expand Down

0 comments on commit 21ff06c

Please sign in to comment.