Skip to content

Commit

Permalink
Prepared release 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Dec 6, 2022
1 parent fa6c678 commit 356cae2
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ object Settings {
"0.10.6",
"0.10.7",
"0.10.8",
"0.10.9"
"0.10.9",
"0.10.10"
)
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.9'
version: '0.10.10'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.10.9'
mill-last-tag: '0.10.9'
mill-version: '0.10.10'
mill-last-tag: '0.10.10'
bsp-version: '2.0.0'
example-semanticdb-version: '4.6.0'
example-scala-2-13-version: '2.13.10'
Expand Down
33 changes: 32 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -250,17 +250,48 @@ corresponding version of Mill.

=== 'main' branch
:version: main
:prev-version: 0.10.10
:milestone: 70
:milestone-name: after 0.10.10

_Changes since {prev-version}:_

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



=== 0.10.10 - 2022-12-06
:version: 0.10.10
:prev-version: 0.10.9
:milestone: 69
:milestone-name: after 0.10.9
:milestone-name: 0.10.10

After this release, the `main` branch is open for development of the next major version of Mill, which is probably `0.11`.
Further maintenance work will happen in the `0.10.x` branch.

_Changes since {prev-version}:_

* Lots of documentation improvements, additions and restructurings
* `core`: Fixed some rare issues with reading the `.mill-jvm-opts` file
* `core`: We made slight adaptions to the `T.dest` location of target defined in included files, to fix potential colliding cache locations
* `scalalib`: JAR archives created by Mill now by default contain directory entries
* `scalalib`: Updated zinc to 1.8.0
* `scalajslib`: Added support for more `JsEnv` providers
* `scalanativelib`: Support for incremental compilation since Scala Native 0.4.9
* `contrib.testng`: The TestNG library is no longer provided transitively; you need to provide it explicitly
* `contrib.bloop`: Fixed re-generation of bloop config dir; previously, it could happen, that there where no config files at all
* `BSP`: implement `buildTarget/OutputPaths` request
* Various version bumps and internal improvements


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



=== 0.10.9 - 2022-11-10
:version: 0.10.9
:prev-version: 0.10.8
Expand Down

0 comments on commit 356cae2

Please sign in to comment.