Skip to content

Commit

Permalink
Prepared release 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Jun 23, 2023
1 parent 60a2b2f commit 9c381af
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: mill
title: Mill Documentation
version: '0.11.0'
version: '0.11.1'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.11.0'
mill-last-tag: '0.11-0'
mill-version: '0.11.1'
mill-last-tag: '0.11-1'
bsp-version: '2.1.0-M5'
example-semanticdb-version: '4.7.8'
example-scala-2-13-version: '2.13.11'
Expand Down
33 changes: 33 additions & 0 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,31 @@ these packages mature over time.

== Changelog

[#0-11-1]
=== 0.11.1 - 2023-06-23
:version: 0.11.1
:milestone-name: 0.11.1
:milestone: 85
:prev-version: 0.11.0

_Changes since {prev-version}:_

* `mill.define.Cross`: Introduced default cross segments and some CLI convenience
* `mill.testrunner`: Fixed exception when running ScalaTest or ZIOTest frameworks
* `mill.runner`: Removed some obsolete / defunct cli options
* `mill.runner`: Properly distinct-ify commands when resolving wide matching target patterns
* `mill.scalajslib`: Restored correct defaults for `esFeature`
* `mill.bsp`: Fixed a `MatchError` in the `buildtarget/scalaTestClasses` request
* `mill.contrib.bloop`: Corrected accidentally changed package name resulting in non-functional plugin
* `mill.contrib.scoverage`: Fixed defunct plugin due to a missing type annotation
* Various internal improvements
* Dependency updates: Ammonite 3.3.0-M0-32-96e851cb, bsp4j 2.1.0-M5, zinc 1.9.1
* Mill is now build with Mill 0.11

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


[#0-11-0]
=== 0.11.0 - 2023-06-06
Expand All @@ -326,6 +351,8 @@ these packages mature over time.

*This release is binary incompatible to {prev-version}.*

_Changes since {prev-version}:_

* 0.11.0 is the next breaking version after the 0.10.x series, with a large
number of improvements. See the changelog below for 0.11.0-M1 to 0.11.0-M11
for a full list of user-facing changes.
Expand All @@ -346,6 +373,8 @@ and the {link-compare}/{prev-version}\...{version}[list of commits]._

*This release is binary incompatible to {prev-version}.*

_Changes since {prev-version}:_

* Make `foo.test` command run tests with user code in the boot classloader,
rather than in a sub-classloader
https://github.com/com-lihaoyi/mill/pull/2561[#2561]
Expand Down Expand Up @@ -376,6 +405,8 @@ and the {link-compare}/{prev-version}\...{version}[list of commits]._

*This release is binary incompatible to {prev-version}.*

_Changes since {prev-version}:_

* Make `mill.define.Module` a `trait` to allow abstract/virtual modules
to be ``trait``s rather than ``class``es
https://github.com/com-lihaoyi/mill/pull/2536[#2536]
Expand Down Expand Up @@ -408,6 +439,8 @@ and the {link-compare}/{prev-version}\...{version}[list of commits]._

*This release is binary incompatible to {prev-version}.*

_Changes since {prev-version}:_

* Overhauled target resolution logic. It is now significantly lazier, resulting
in less of the module tree being un-necessarily instantiated, and also more
precise and predictable https://github.com/com-lihaoyi/mill/pull/2453[#2453]
Expand Down

0 comments on commit 9c381af

Please sign in to comment.