Skip to content

Commit 3f29205

Browse files
authored
Update changelog and documentation for release 0.12.16 (#5905)
Pull request: #5905
1 parent 03fb198 commit 3f29205

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

changelog.adoc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -576,6 +576,21 @@ def namedTupleTask = Task {
576576
----
577577

578578

579+
580+
[#0-12-16]
581+
=== 0.12.16 - 2025-09-23
582+
:version: 0.12.16
583+
:milestone-name: 0.12.16
584+
:milestone: 128
585+
:prev-version: 0.12.15
586+
587+
_Changes since {prev-version}:_
588+
589+
* Added support for Scala 3.8 ({link-pr}/5797[#5797])
590+
591+
* Added support for Java 25 and updated asm-tree to 9.8 ({link-pr}/5891[#5891])
592+
593+
579594
[#0-12-15]
580595
=== 0.12.15
581596
:version: 0.12.15

mill-build/src/millbuild/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object Settings {
1818
)
1919
val docTags: Seq[String] = Seq(
2020
"0.11.13",
21-
"0.12.14",
21+
"0.12.16",
2222
"1.0.5"
2323
)
2424
val mimaBaseVersions: Seq[String] = Seq("1.0.0", "1.0.1", "1.0.2", "1.0.3", "1.0.4", "1.0.5")

0 commit comments

Comments
 (0)