Skip to content

Commit b16c9dd

Browse files
committed
1.0.2
1 parent c9bd715 commit b16c9dd

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

changelog.adoc

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,38 @@ 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+
[#1-0-2]
16+
=== 1.0.2
17+
_2025-07-29_
18+
19+
20+
:version: 1.0.2
21+
:milestone-name: 1.0.2
22+
:milestone: 122
23+
:prev-version: 1.0.1
24+
25+
26+
27+
* Fix mill server timeout back to 30min ({link-pr}/5620[#5620])
28+
* Propagate environment variables to run and test unless `def propagateEnv = false` ({link-pr}/5617[#5617])
29+
* Lots of performance optimizations, ~halving the fixed overhead of running a build
30+
({link-pr}/5605[#5605], {link-pr}/5603[#5603], {link-pr}/5597[#5597])
31+
* Make `mill-chrome-profile.json` properly report incomplete tasks and display the
32+
time taken for non-task `resolve` and `planning` phases ({link-pr}/5602[#5602])
33+
* Turn on incremental compilation for `semanticDbData` task to improve IDE integration
34+
latencies ({link-pr}/5591[#5591])
35+
* Silence noisy BSP errors in VSCode/Metals ({link-pr}/5595[#5595])
36+
* Preserve last-generated `compiledClassesAndSemanticDbFiles` to make VSCode/Metals IDE
37+
integration work when compilation is broken by using the previous compilation output
38+
({link-pr}/5590[#5590])
39+
* Fix incorrect parsing of `PublishInfo` from string when artifact id or version contains
40+
regex-sensitive characters ({link-pr}/5589[#5589])
41+
* Make `MavenTests`/`SbtTests`/`KotlinMavenTests` modules take their folder path
42+
from their module name ({link-pr}/5587[#5587])
43+
* Improve type inference for `def task = Seq()` and `def task = Nil` ({link-pr}/5584[#5584])
44+
45+
46+
1547
[#1-0-1]
1648
=== 1.0.1
1749
_2025-07-21_

0 commit comments

Comments
 (0)