File tree 1 file changed +25
-0
lines changed
1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,31 @@ endif::[]
12
12
_The changelog below is for tagged, stable releases. For unstable releases,
13
13
see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
14
14
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
+
15
40
[#0-12-8]
16
41
=== 0.12.8 - 2025-02-16
17
42
:version: 0.12.8
You can’t perform that action at this time.
0 commit comments