@@ -13,19 +13,19 @@ _The changelog below is for tagged, stable releases. For unstable releases,
1313see the list at https://repo1.maven.org/maven2/com/lihaoyi/mill-dist_
1414
1515
16- [#0-12-12 ]
17- === 0.12.12 - 2025-05-18
18- :version: 0.12.12
19- :milestone-name: 0.12.12
16+ [#0-12-13 ]
17+ === 0.12.13 - 2025-05-18
18+ :version: 0.12.13
19+ :milestone-name: 0.12.13
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
23+ * NOTE: Mill 0.12.13 requires an updated bootstrap script in order to work, due to changes in Sonatype
2424 Central that forced a change in the download URLs for new releases going forward. To update your
2525 bootstrap script, you can use
2626
2727```
28- curl -L https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.12 /mill-dist-0.12.12 -mill.sh -o mill
28+ curl -L https://repo1.maven.org/maven2/com/lihaoyi/mill-dist/0.12.13 /mill-dist-0.12.13 -mill.sh -o mill
2929chmod +x mill
3030```
3131
@@ -39,7 +39,7 @@ are shown below:
3939steps, you must complete them, otherwise your project will be in an un-publishable state.
4040Please read through all steps and ensure you have time to complete them all before you begin*
4141
42- ** (Optional) Upgrade to Mill `0.12.12 `, which contains the latest `mill.scalalib.SonatypePublishModule/`
42+ ** (Optional) Upgrade to Mill `0.12.13 `, which contains the latest `mill.scalalib.SonatypePublishModule/`
4343command. This is optional because you can use it in earlier versions of Mill (>=0.12.6) as
4444a `mill.contrib` moule, but upgrading is better as it ensures the command you use will be
4545forwards compatible to future versions of Mill.
0 commit comments