Skip to content

Commit

Permalink
Prepared release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Mar 8, 2022
1 parent 30f1bf5 commit 6d6fe67
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 5 deletions.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ object Settings {
"0.10.0-M3",
"0.10.0-M4",
"0.10.0-M5",
"0.10.0"
"0.10.0",
"0.10.1"
)
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.0'
version: '0.10.1'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.10.0'
mill-last-tag: '0.10.0'
mill-version: '0.10.1'
mill-last-tag: '0.10.1'
bsp-version: '2.0.0'
example-semanticdb-version: '4.4.32'
example-scala-version: '2.13.8'
34 changes: 33 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,44 @@ corresponding version of Mill.

=== 'main' branch
:version: main
:prev-version: 0.10.1
:milestone: 60
:milestone-name: after 0.10.1

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


=== 'main' branch
:version: 0.10.1
:prev-version: 0.10.0
:milestone: 59
:milestone-name: after 0.10.0
:milestone-name: 0.10.1

_Changes since {prev-version}:_

* `MillClienMain` can now act as universal main to start mill with or without a server process
* Improved `show` command that always returns valid JSON
* Added `showNamed` command that includes the task names in the output
* Implemented more granular cache invalidation which keeps more caches intact when you split your build setup over multiple `.sc` files with `import $file`.
* The local `.mill-jvm-opts` file is no longer restricted to `-X` options

* `CoursierModule`: Added `coursierCacheCustomizer` to support a `FileCache` customizers
* `JavaModule`: the `docJar` target no longer includes hidden files
* `ScalaModule`: Updated to latest zinc version
* `ScalaModule`: Reworked scalac plugins handling for the better and to support Scala 3
* `ScalaNativeModule`: fixed `Dep.withDottyCompat` behavior
* `ScalaJSModule`: support for linking multiple modules
* `ScalafmtModule`: Support for newer Scalafmt versions

* Tool chain: Update to Mill 0.10.0
* Tool chain: we no longer create files outside the mill project directory (e.g. `~/mill-release` is now under `target/mill-release`)
* Various dependency updates
* Lots of internal improvements

_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 6d6fe67

Please sign in to comment.