Skip to content

Commit bdd60a7

Browse files
authored
Prepare changelog for 0.12.9 (#4734)
1 parent f8b6c83 commit bdd60a7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

changelog.adoc

+25
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,31 @@ endif::[]
1212
_The changelog below is for tagged, stable releases. For unstable releases,
1313
see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
1414

15+
[#0-12-9]
16+
=== 0.12.9 - 2025-03-16
17+
:version: 0.12.9
18+
:milestone-name: 0.12.9
19+
:milestone: 112
20+
:prev-version: 0.12.8
21+
22+
* Support `mill init` for migrating from an existing sbt project on a best-effort basis
23+
(https://mill-build.org/mill/main-branch/migrating/sbt.html[docs]), mirroring the existing Maven and Gradle migration support
24+
25+
* Added a new `def testParallelism = true` flag
26+
(https://mill-build.org/mill/main-branch/javalib/testing.html#_test_parallelism[docs])
27+
to opt-in to automatic parallelization
28+
of test suites, robust enough to provide speedups on most workloads. This is expected to
29+
become the default (with an opt out) in Mill 0.13.0
30+
31+
* Break the dependency between repositoriesTask and ivyDeps ({link-pr}/4472[#4472])
32+
* Update coursier to 2.1.25-M2 (adds early Gradle Module support) - 0.12.x ({link-pr}/4623[#4623])
33+
* Fix semanticdbData for mixed scala/java projects ({link-pr}/4599[#4599]) ({link-pr}/4629[#4629])
34+
* Improve performances of Bloop/install ({link-pr}/4600[#4600]) ({link-pr}/4628[#4628])
35+
* Pass Mill source JARs to Bloop ({link-pr}/4608[#4608])
36+
* Optimize BSP initialization stuff ({link-pr}/4698[#4698])
37+
* Make source path configurable in TestBaseModule ({link-pr}/4703[#4703])
38+
39+
1540
[#0-12-8]
1641
=== 0.12.8 - 2025-02-16
1742
:version: 0.12.8

0 commit comments

Comments
 (0)