Skip to content

Commit b24327d

Browse files
authored
Update changelog.adoc
1 parent 42a8b5e commit b24327d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

changelog.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
2020
:milestone: 115
2121
:prev-version: 0.12.11
2222

23+
* NOTE: Mill 0.12.12 requires an updated bootstrap script in order to work, due to changes in Sonatype
24+
Central that forced a change in the download URLs for new releases going forward. To update your
25+
bootstrap script, you can use
26+
27+
```
28+
curl -L https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.12/mill-dist-0.12.12-mill.sh -o mill
29+
chmod +x mill
30+
```
31+
2332
* Backport `mill.scalalib.SonatypeCentralPublishModule/` from `main` ({link-pr}/5107[#5107]). With
2433
the https://central.sonatype.org/news/20250326_ossrh_sunset/[Sunset of `oss.sonatype.org`],
2534
all Mill projects still on `oss.sonatype.org` will need to migrate their sonatype namespaces

0 commit comments

Comments
 (0)