Skip to content

Commit

Permalink
Prepared release 0.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Mar 20, 2023
1 parent 95a5a9a commit cfbafb8
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
1 change: 1 addition & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ object Settings {
"0.10.8",
"0.10.9",
"0.10.10"
// no longer relevant in this branch
)
val mimaBaseVersions =
Seq(
Expand Down
6 changes: 3 additions & 3 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.11'
version: '0.10.12'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.10.11'
mill-last-tag: '0.10.11'
mill-version: '0.10.12'
mill-last-tag: '0.10.12'
bsp-version: '2.0.0'
example-semanticdb-version: '4.7.6'
example-scala-2-13-version: '2.13.10'
Expand Down
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.10
DEFAULT_MILL_VERSION=0.10.11
fi

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

== Changelog

=== 0.10.12 - 2023-03-20
:version: 0.10.12
:milestone-name: 0.10.12
:milestone: 75
:prev-version: 0.10.11

_Changes since {prev-version}:_

* `scalalib`: Mitigate another coursier download issue (backported from 0.11.0-M4)
* `testrunner`: Fixed a concurrency issue with test event reporting (backported from 0.11.0-M5)
* `scalajslib`: Deprecated `fastOpt` and `fullOpt`
* 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

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



=== 0.10.11 - 2023-01-24
:version: 0.10.11
:milestone-name: 0.10.11
Expand Down

0 comments on commit cfbafb8

Please sign in to comment.