Skip to content

Commit 21ff06c

Browse files
committed
Prepared release 0.10.13
1 parent 9886717 commit 21ff06c

File tree

3 files changed

+27
-6
lines changed

3 files changed

+27
-6
lines changed

docs/antora/antora.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: mill
22
title: Mill Documentation
3-
version: '0.10.12'
3+
version: '0.10.13'
44
nav:
55
- modules/ROOT/nav.adoc
66
asciidoc:
77
attributes:
8-
mill-version: '0.10.12'
9-
mill-last-tag: '0.10.12'
8+
mill-version: '0.10.13'
9+
mill-last-tag: '0.10.13'
1010
bsp-version: '2.0.0'
1111
example-semanticdb-version: '4.8.13'
12-
example-scala-2-13-version: '2.13.10'
13-
example-utest-version: '0.8.1'
12+
example-scala-2-13-version: '2.13.12'
13+
example-utest-version: '0.8.2'

mill

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
set -e
88

99
if [ -z "${DEFAULT_MILL_VERSION}" ] ; then
10-
DEFAULT_MILL_VERSION=0.10.11
10+
DEFAULT_MILL_VERSION=0.10.12
1111
fi
1212

1313
if [ -z "$MILL_VERSION" ] ; then

readme.adoc

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,27 @@ corresponding version of Mill.
247247

248248
== Changelog
249249

250+
=== 0.10.13 - 203-11-12
251+
:version: 0.10.13
252+
:milestone-name: 0.10.13
253+
:milestone: 81
254+
:prev-version: 0.10.12
255+
256+
_Changes since {prev-version}:_
257+
258+
This version especially aids the transition from Mill 0.10 to Mill 0.11.
259+
260+
* Backport of Java 20 compatibility
261+
* Deprecated `mill.define.SelectMode.Single`
262+
* Backport of `mill.eval.Evaluator.evalOrThrow`
263+
* Deprecated all inner `Tests` traits of module derived from `JavaModule` and provide type aliases to use their successors
264+
* 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
265+
266+
_For details refer to
267+
{link-milestone}/{milestone}?closed=1[milestone {milestone-name}]
268+
and the {link-compare}/{prev-version}\...{version}[list of commits]._
269+
270+
250271
=== 0.10.12 - 2023-03-20
251272
:version: 0.10.12
252273
:milestone-name: 0.10.12

0 commit comments

Comments
 (0)