Skip to content

Commit 0b33d71

Browse files
committed
Prepared release 0.11.0-M8
1 parent abe800e commit 0b33d71

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ object Settings {
5050
"0.11.0-M7"
5151
)
5252
val docTags: Seq[String] = Seq()
53-
val mimaBaseVersions: Seq[String] = Seq("0.11.0-M7")
53+
val mimaBaseVersions: Seq[String] = Seq()
5454
}
5555

5656
object Deps {

docs/antora.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: mill
22
title: Mill Documentation
3-
version: '0.11.0-M7'
3+
version: '0.11.0-M8'
44
nav:
55
- modules/ROOT/nav.adoc
66
asciidoc:
77
attributes:
8-
mill-version: '0.11.0-M7'
9-
mill-last-tag: '0.11-0-M7'
8+
mill-version: '0.11.0-M8'
9+
mill-last-tag: '0.11-0-M8'
1010
bsp-version: '2.1.0-M4'
1111
example-semanticdb-version: '4.7.6'
1212
example-scala-2-13-version: '2.13.10'

readme.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ corresponding version of Mill.
249249
== Changelog
250250

251251

252-
[#main]
253-
=== main
252+
[#0-11-0-M8]
253+
=== 0.11.0-M8 - 2023-04-24
254254

255255
* Added an https://github.com/com-lihaoyi/mill/tree/main/example[example/]
256256
folder in the Mill repo, containing common build setups demonstrating Mill
@@ -278,6 +278,11 @@ corresponding version of Mill.
278278

279279
* Global Configuration via `~/.mill/ammonite/predefScript.sc` is no longer supported in this version. If that breaks your workflow, please report and tell us your use case so we can provide sufficient replacement or support for your use case before Mill 0.11.
280280

281+
* Overhaul of the documentation. Created many executable example projects which are included in the documentation and run/tested on CI
282+
283+
* Change cross module definitions to be traits instead of classes, for greater regularity and less builerplate at call sites. _This change requires slight modification to existing build scripts that define cross modules._
284+
285+
281286
[#0-11-0-M7]
282287
=== 0.11.0-M7 - 2023-03-30
283288
:version: 0.11.0-M7

0 commit comments

Comments
 (0)