Skip to content

Commit

Permalink
Prepared release 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed May 14, 2021
1 parent e4bac71 commit 570d614
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Settings {
// the exact branches containing a doc root
val docBranches = Seq()
// the exact tags containing a doc root
val docTags = Seq("0.9.6")
val docTags = Seq("0.9.6", "0.9.7")
}

object Deps {
Expand Down
6 changes: 3 additions & 3 deletions docs/antora/antora.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: mill
title: Mill Documentation
version: '0.9.6'
version: '0.9.7'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.9.6'
mill-last-tag: '0.9.6'
mill-version: '0.9.7'
mill-last-tag: '0.9.7'
18 changes: 17 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,25 @@ corresponding version of Mill.
=== main

_For details refer to
{link-milestone}/48?closed=1[milestone after 0.9.6]
{link-milestone}/49?closed=1[milestone after 0.9.7]
and the {link-compare}/0.9.6\...main[list of commits]._

=== 0.9.7 - 2021-05-14

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

* `ScalaModule`: Support for Scala 3
* `CoursierModule`: Support customized dependency resolution (needed to work with ScalaFX)
* `TestModule`: Added new `testFramework` target and only support one test framework. Deprecated `testFrameworks` targets.
* `TestModule`: Added new convenience traits to configure popular test frameworks, e.g. `TestModule.Junit`, `TestModule.ScalaTest`, `TestModule.Utest`, and many more
* `Bloop`: Added support for foreign modules
* Better support for Windows environments
* Various internal improvements, cleanups, and deprecations
* Various dependencies updates
* Removed tut contrib module because of unmaintained/archived upstream dependency


=== 0.9.6 - 2021-04-03

Expand Down

0 comments on commit 570d614

Please sign in to comment.