Skip to content

Commit

Permalink
Prepared release 0.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 10, 2022
1 parent 58a875d commit 033afc2
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 6 deletions.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ object Settings {
"0.10.5",
"0.10.6",
"0.10.7",
"0.10.8"
"0.10.8",
"0.10.9"
)
val mimaBaseVersions =
Seq("0.10.0", "0.10.1", "0.10.2", "0.10.3", "0.10.4", "0.10.5", "0.10.6", "0.10.7", "0.10.8")
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.8'
version: '0.10.9'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.10.8'
mill-last-tag: '0.10.8'
mill-version: '0.10.9'
mill-last-tag: '0.10.9'
bsp-version: '2.0.0'
example-semanticdb-version: '4.6.0'
example-scala-version: '2.13.10'
26 changes: 24 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
:link-compare: https://github.com/com-lihaoyi/mill/compare
:link-pr: {link-github}/pull
:link-issue: {link-github}/issues
:example-scala-version: 3.2.0
:link-mill-moduledefs: https://github.com/com-lihaoyi/mill-moduledefs
:example-scala-version: 3.2.1

{link-github}/actions/workflows/actions.yml[image:{link-github}/actions/workflows/actions.yml/badge.svg[Build and Release]]
{link-gitter}?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge[image:https://badges.gitter.im/Join%20Chat.svg[Gitter Chat]]
Expand Down Expand Up @@ -249,12 +250,33 @@ corresponding version of Mill.

=== 'main' branch
:version: main
:prev-version: 0.10.9
:milestone: 69
:milestone-name: after 0.10.9

_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.9 - 2022-11-10
:version: 0.10.9
:prev-version: 0.10.8
:milestone: 68
:milestone-name: after 0.10.8
:milestone-name: 0.10.9

_Changes since {prev-version}:_

* **Hardened Maven and Ivy artifact handling to prevent path-traversal attacks** (see https://github.com/advisories/GHSA-wv7w-rj2x-556x[CVE-2022-37866]), also updated coursier dependency to a non-vulnerable version
* Decoupled `mill-moduledefs` module into a {link-mill-moduledefs}[separate project], to better suite compiler plugin packaging and improve support for various Scala versions
* Applied more workarounds to coursier concurrency issues to make parallel builds more robust
* Added support for newer Scala versions in `GenIdea` (2.2 and 2.3)
* Fixed an issue where `PublishModule` dropped module dependencies when mixed-in after other trait which overrode `moduleDeps`
* new `JMH` contrib plugin
* Lots of internal improvements and dependency updates

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

0 comments on commit 033afc2

Please sign in to comment.