Skip to content

Commit

Permalink
Update changelog and mima settings for Mill 0.11.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 14, 2024
1 parent 3b94c5d commit 5a09801
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ object Settings {
"0.10.15",
)
val docTags: Seq[String] = Seq(
"0.11.12",
"0.11.13",
"0.12.2"
)
val mimaBaseVersions: Seq[String] =
0.to(12).map("0.11." + _) ++
0.to(13).map("0.11." + _) ++
Seq("0.12.0", "0.12.1", "0.12.2")
}

Expand Down
41 changes: 40 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,12 @@ endif::[]

[#0-12-2]
=== 0.12.2 - 2024-11-11
:version: 0.12.2
:milestone-name: 0.12.2
:milestone: 105
:prev-version: 0.12.1

_Changes since {prev-version}:_

* Show correct build file name in progress prompt {link-pr}/3847[#3847]
* Fix target name when reporting cycles in `runModuleDeps` {link-pr}/3860[#3860]
Expand All @@ -370,15 +376,27 @@ endif::[]
added https://mill-build.org/mill/comparisons/why-mill.html[Why Use Mill?] and
https://mill-build.org/mill/comparisons/unique.html[What Makes Mill Unique?] Sections


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


[#0-12-1]
=== 0.12.1 - 2024-10-27
:version: 0.12.1
:milestone-name: 0.12.1
:milestone: 104
:prev-version: 0.12.0

_Changes since {prev-version}:_

* Fix updating of prompt to match terminal width in client-server mode {link-pr}/3833[#3833]
* Allow `.mill-jvm-opts` to interpolate environment variables, add `.mill-opts` {link-pr}/3841[#3841]

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


[#0-12-0]
=== 0.12.0 - 2024-10-23
Expand Down Expand Up @@ -708,6 +726,27 @@ on large projects {link-pr}/3388[#3388]
prefixed with `show` and no longer need a separate `graphviz`/`dot` install on Mac-OSX
{link-pr}/3438[#3438]

[#0-11-13]
=== 0.11.13 - 2024-01-14
:version: 0.11.13
:milestone-name: 0.11.13
:milestone: 100
:prev-version: 0.11.12

_Changes since {prev-version}:_


* Security Fix: Update protobuf-java to 3.25.5 {link-pr}/3639[#3639]
* Backport: Fixed property handling when using `--define`/`-D` from the Mill CLI. {link-pr}/3795[#3795]
* Backport: GenIdea: Handle failure when evaluating module sources/resources {link-pr}/3755[#3755]
* Update asm from 9.7 to 9.7.1 for Java 24 support {link-pr}/3745[#3745]


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


[#0-11-12]
=== 0.11.12 - 2024-08-20
:version: 0.11.12
Expand Down

0 comments on commit 5a09801

Please sign in to comment.