diff --git a/.config/mill-version b/.config/mill-version index 0521cad14b0..1a775473e23 100644 --- a/.config/mill-version +++ b/.config/mill-version @@ -1 +1 @@ -0.11.10 +0.11.11 diff --git a/readme.adoc b/readme.adoc index dba60a0e5d4..68a8873e62e 100644 --- a/readme.adoc +++ b/readme.adoc @@ -24,7 +24,7 @@ endif::[] https://index.scala-lang.org/com-lihaoyi/mill/mill-main[image:https://index.scala-lang.org/com-lihaoyi/mill/mill-main/latest.svg[Mill]] https://www.patreon.com/lihaoyi[image:https://img.shields.io/badge/patreon-sponsor-ff69b4.svg[Patreon]] -Mill is a graph-based JVM build tool that supports Java and Scala. Mill aims to make your +Mill is a fast JVM build tool that supports Java and Scala. Mill aims to make your project’s build process performant, maintainable, and flexible. == Documentation @@ -301,6 +301,11 @@ _Changes since {prev-version}:_ * New Java- and Scala-specific sections on the documentation, with more detailed comparisons to existing build tools * Added graphviz diagrams throughout to help the user in visualizing the concepts involved +* Update versions of JUnit sbt-test-interface libraries that Mill uses + {link-pr}/3296[#3296] +* Make it simpler to resolve dependencies in custom tasks via `defaultResolver().resolveDeps` + {link-pr}/3330[#3330] + _For details refer to {link-milestone}/{milestone}?closed=1[milestone {milestone-name}]