You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.adoc
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,21 @@ 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-8]
16
+
=== 0.12.8 - 2025-02-16
17
+
:version: 0.12.8
18
+
:milestone-name: 0.12.8
19
+
:milestone: 111
20
+
:prev-version: 0.12.7
21
+
22
+
* Speed up incremental `.assembly` jar creation for updates in upstream local modules {link-pr}/4566[#4566]
23
+
* Add examples of building Apache Spark applications using Mill (https://mill-build.org/mill/main-branch/scalalib/spark.html[docs])
24
+
* Add example of building a multi-language project combining Java/Typescript/Python modules with Mill (https://mill-build.org/mill/main-branch/large/multi-language-builds.html[docs])
25
+
* Make `Task.Source` and `Task.Sources` take a literal sub-path string syntax by default {link-pr}/4487[#4487]
26
+
* Fix `transitiveCoursierProjects` cause OOM on large build {link-pr}/4452[#4452]
0 commit comments