Skip to content

Commit

Permalink
Prepared release 0.11.0-M8
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Apr 24, 2023
1 parent abe800e commit 0b33d71
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ object Settings {
"0.11.0-M7"
)
val docTags: Seq[String] = Seq()
val mimaBaseVersions: Seq[String] = Seq("0.11.0-M7")
val mimaBaseVersions: Seq[String] = Seq()
}

object Deps {
Expand Down
6 changes: 3 additions & 3 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: mill
title: Mill Documentation
version: '0.11.0-M7'
version: '0.11.0-M8'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.11.0-M7'
mill-last-tag: '0.11-0-M7'
mill-version: '0.11.0-M8'
mill-last-tag: '0.11-0-M8'
bsp-version: '2.1.0-M4'
example-semanticdb-version: '4.7.6'
example-scala-2-13-version: '2.13.10'
Expand Down
9 changes: 7 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,8 @@ corresponding version of Mill.
== Changelog


[#main]
=== main
[#0-11-0-M8]
=== 0.11.0-M8 - 2023-04-24

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

* 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.

* Overhaul of the documentation. Created many executable example projects which are included in the documentation and run/tested on CI

* 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._


[#0-11-0-M7]
=== 0.11.0-M7 - 2023-03-30
:version: 0.11.0-M7
Expand Down

0 comments on commit 0b33d71

Please sign in to comment.