Skip to content

Commit

Permalink
Preapred release 0.10.0-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Nov 8, 2021
1 parent 0337220 commit 6cc8a08
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ object Settings {
"0.9.8",
"0.9.9",
"0.10.0-M2",
"0.10.0-M3"
"0.10.0-M3",
"0.10.0-M4"
)
val mimaBaseVersions = Seq("0.10.0-M3")
}
Expand Down
6 changes: 3 additions & 3 deletions docs/antora/antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: mill
title: Mill Documentation
version: '0.10.0-M3'
version: '0.10.0-M4'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.10.0-M3'
mill-last-tag: '0.10.0-M3'
mill-version: '0.10.0-M4'
mill-last-tag: '0.10.0-M4'
bsp-version: '2.0.0'
example-semanticdb-version: '4.4.29'
example-scala-version: '2.13.7'
23 changes: 22 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,33 @@ corresponding version of Mill.

=== 'main' branch
:version: main
:prev-version: 0.10.0-M4
:milestone: 55
:milestone-name: after 0.10.0-M4

_Changes since {prev-version}:_

_For details refer to
{link-milestone}/{milestone}?closed=1[milestone {milestone-name}]
and the {link-compare}/{prev-version}\...{version}[list of commits]._


=== 0.10.0-M4 - 2021-11-08
:version: 0.10.0-M4
:prev-version: 0.10.0-M3
:milestone: 54
:milestone-name: after 0.10.0-M3
:milestone-name: 0.10.0-M4

_Changes since {prev-version}:_

* BSP support rework and overhaul of built-in BSP server
* GenIdea: failures when inspecting and resolving the build are not properly reported
* Coursier: we now implemented a workaround to tackle concurrent downloads issues
* New `--import` cmdline option to run ad-hoc plugins without editing of `build.sc`
* New `T.ctx().workspace` API to access the project root directory
* Various internal improvements and bug fixes
* Various refactorings and cleanups

_For details refer to
{link-milestone}/{milestone}?closed=1[milestone {milestone-name}]
and the {link-compare}/{prev-version}\...{version}[list of commits]._
Expand Down

0 comments on commit 6cc8a08

Please sign in to comment.