Skip to content

Commit cfbafb8

Browse files
committed
Prepared release 0.10.12
1 parent 95a5a9a commit cfbafb8

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

build.sc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ object Settings {
5656
"0.10.8",
5757
"0.10.9",
5858
"0.10.10"
59+
// no longer relevant in this branch
5960
)
6061
val mimaBaseVersions =
6162
Seq(

docs/antora/antora.yml

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

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.10
10+
DEFAULT_MILL_VERSION=0.10.11
1111
fi
1212

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

readme.adoc

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

248248
== Changelog
249249

250+
=== 0.10.12 - 2023-03-20
251+
:version: 0.10.12
252+
:milestone-name: 0.10.12
253+
:milestone: 75
254+
:prev-version: 0.10.11
255+
256+
_Changes since {prev-version}:_
257+
258+
* `scalalib`: Mitigate another coursier download issue (backported from 0.11.0-M4)
259+
* `testrunner`: Fixed a concurrency issue with test event reporting (backported from 0.11.0-M5)
260+
* `scalajslib`: Deprecated `fastOpt` and `fullOpt`
261+
* Updated dependencies: coursier 2.1.0, jarjar-abrams 1.8.2, jna 5.13.0, junixsocket 2.6.2, log4j-core 2.20.0, scalafmt-dynamic 3.6.1, trees 4.7.6
262+
263+
_For details refer to
264+
{link-milestone}/{milestone}?closed=1[milestone {milestone-name}]
265+
and the {link-compare}/{prev-version}\...{version}[list of commits]._
266+
267+
268+
250269
=== 0.10.11 - 2023-01-24
251270
:version: 0.10.11
252271
:milestone-name: 0.10.11

0 commit comments

Comments
 (0)