Skip to content

Commit cbb4bf2

Browse files
committed
Prepared release 0.11.0-M6
1 parent 90e2a2b commit cbb4bf2

File tree

3 files changed

+31
-7
lines changed

3 files changed

+31
-7
lines changed

build.sc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ object Settings {
6161
"0.11.0-M2",
6262
"0.11.0-M3",
6363
"0.11.0-M4",
64-
"0.11.0-M5"
64+
"0.11.0-M5",
65+
"0.11.0-M6"
6566
)
6667
val mimaBaseVersions: Seq[String] = Seq()
6768
}

docs/antora/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-M5'
3+
version: '0.11.0-M6'
44
nav:
55
- modules/ROOT/nav.adoc
66
asciidoc:
77
attributes:
8-
mill-version: '0.11.0-M5'
9-
mill-last-tag: '0.11-0-M5'
8+
mill-version: '0.11.0-M6'
9+
mill-last-tag: '0.11-0-M6'
1010
bsp-version: '2.1.0-M3'
1111
example-semanticdb-version: '4.7.5'
1212
example-scala-2-13-version: '2.13.10'

readme.adoc

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
= image:docs/logo.svg[Mill Logo] Mill
22
:toc-placement: preamble
33
:toc:
4+
:idprefix:
45
:link-github: https://github.com/com-lihaoyi/mill
56
:link-gitter: https://gitter.im/lihaoyi/mill
67
:link-current-doc-site: http://com-lihaoyi.github.io/mill
@@ -247,7 +248,27 @@ corresponding version of Mill.
247248

248249
== Changelog
249250

250-
=== 0.11.0-M5
251+
252+
[#0-11-0-M6]
253+
=== 0.11.0-M6 - 2023-03-09
254+
:version: 0.11.0-M6
255+
:milestone-name: 0.11.0-M6
256+
:milestone: 77
257+
:prev-version: 0.11.0-M5
258+
259+
*This release is binary incompatible to {prev-version}.*
260+
261+
_Changes since {prev-version}:_
262+
263+
* `main`: Re-added missing `--color` and `predef` cli arguments.
264+
265+
_For details refer to
266+
{link-milestone}/{milestone}?closed=1[milestone {milestone-name}]
267+
and the {link-compare}/{prev-version}\...{version}[list of commits]._
268+
269+
270+
[#0-11-0-M5]
271+
=== 0.11.0-M5 - 2023-03-09
251272
:version: 0.11.0-M5
252273
:milestone-name: 0.11.0-M5
253274
:milestone: 76
@@ -274,7 +295,7 @@ _For details refer to
274295
and the {link-compare}/{prev-version}\...{version}[list of commits]._
275296

276297

277-
298+
[#0-11-0-M4]
278299
=== 0.11.0-M4 - 2023-02-10
279300
:version: 0.11.0-M4
280301
:milestone-name: 0.11.0-M4
@@ -300,7 +321,7 @@ _For details refer to
300321
and the {link-compare}/{prev-version}\...{version}[list of commits]._
301322

302323

303-
324+
[#0-11-0-M3]
304325
=== 0.11.0-M3 - 2023-01-23
305326
:version: 0.11.0-M3
306327
:milestone-name: 0.11.0-M3
@@ -326,6 +347,7 @@ _For details refer to
326347
and the {link-compare}/{prev-version}\...{version}[list of commits]._
327348

328349

350+
[#0-11-0-M2]
329351
=== 0.11.0-M2 - 2023-01-13
330352
:version: 0.11.0-M2
331353
:milestone-name: 0.11.0-M2
@@ -350,6 +372,7 @@ _For details refer to
350372
and the {link-compare}/{prev-version}\...{version}[list of commits]._
351373

352374

375+
[#0-11-0-M1]
353376
=== 0.11.0-M1 - 2022-12-17
354377
:version: 0.11.0-M1
355378
:prev-version: 0.10.10

0 commit comments

Comments
 (0)