Skip to content

Commit

Permalink
Prepared release 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 6, 2022
1 parent 04e397d commit 11bf85d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ object Settings {
"0.10.0",
"0.10.1",
"0.10.2",
"0.10.3"
"0.10.3",
"0.10.4"
)
val mimaBaseVersions = Seq("0.10.0")
}
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.3'
version: '0.10.4'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.10.3'
mill-last-tag: '0.10.3'
mill-version: '0.10.4'
mill-last-tag: '0.10.4'
bsp-version: '2.0.0'
example-semanticdb-version: '4.4.32'
example-scala-version: '2.13.8'
29 changes: 28 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -228,12 +228,39 @@ corresponding version of Mill.

=== 'main' branch
:version: main
:prev-version: 0.10.4
:milestone: 63
:milestone-name: after 0.10.4

_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.4 - 2022-05-06
:version: 0.10.4
:prev-version: 0.10.3
:milestone: 62
:milestone-name: after 0.10.3
:milestone-name: 0.10.4

_Changes since {prev-version}:_

* Switched from ipcsocket to junixsocket library to enhance the robustness of Mill client server communication.
This should greatly improve the user experience on Windows.
* Internal improvements and better support of GraalVM
* The Mill Documentation site has now built-in search functionality

* `ScalaJsModule`: New targets `fastLinkJS` and `fullLinkJS` and deprecated `fastOpt` and `fullOpt`
* `ScalaJsModule`: Support for `ModuleSplitStyle`
* `BSP`: Updated to protocol version 2.1.0-M1, added support for test framework names and support for the JVM extension
* `GenIdea`: More consistent ordering of libraries and dependent modules and support for Scala 3.1 language level
* `Bloop`: Added support for runtime dependencies

* Enhanced test suite to cover Mill client server scenarios
* Various dependency updates

_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 11bf85d

Please sign in to comment.