Skip to content

Commit a6b3b72

Browse files
committed
0.12.3
1 parent 633c4f9 commit a6b3b72

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

readme.adoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,32 @@ endif::[]
354354
// find-replace-regex: https://github.com/com-lihaoyi/mill/pull/(\d*) -> {link-pr}/$1[#$1]
355355

356356

357+
[#0-12-3]
358+
=== 0.12.3 - 2024-11-24
359+
:version: 0.12.3
360+
:milestone-name: 0.12.3
361+
:milestone: 106
362+
:prev-version: 0.12.2
363+
364+
* Set context classloader during Mill evaluation {link-pr}/3940[#3940]
365+
* Extended `mill init` to support importing an existing Maven project {link-pr}/3756[#3756]
366+
* Avoid running subsequent meta-level builds after reaching the desired meta-level in MillBuildBootstrap {link-pr}/3960[#3960]
367+
* Improvements to `KtlintModule` {link-pr}/3961[#3961] {link-pr}/3966[#3966]
368+
* Fixes for `runBackground` mutex and log management {link-pr}/3971[#3971]
369+
* Added support for Revapi {link-pr}/3974[#3974]
370+
* Fix redundant logging in junit5 test runner {link-pr}/3983[#3983]
371+
* align SonatypeCentralPublishModule with SonatypePublisher {link-pr}/3987[#3987]
372+
* Make JVM version configurable per-module {link-pr}/3716[#3716]
373+
* Overhaul worker concurrency helpers with `mill.api.CacheFactory` {link-pr}/4001[#4001]
374+
* Optimize startup time using TCP sockets instead of junixsocket and `tput` instead of jline {link-pr}/4009[#4009]
375+
* Improvements to TUI build prompt https://github.com/com-lihaoyi/mill/pull/3933[#3933] https://github.com/com-lihaoyi/mill/pull/4014[#4014]
376+
* Lots of improvements to documentation, including a new https://github.com/com-lihaoyi/mill/pull/3965[Kotlin Spring-Boot Example #3965],
377+
a new page https://github.com/com-lihaoyi/mill/pull/3990[How Fast Does Java Compile? #3990], and
378+
https://github.com/com-lihaoyi/mill/pull/3938[Stable Links To Older Doc-site Versions #3938]
379+
380+
381+
382+
357383
[#0-12-2]
358384
=== 0.12.2 - 2024-11-11
359385
:version: 0.12.2

0 commit comments

Comments
 (0)