Skip to content

Commit

Permalink
Prepared release 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou committed Oct 4, 2023
1 parent 72f0932 commit 3a10f7f
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 7 deletions.
12 changes: 6 additions & 6 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: mill
title: Mill Documentation
version: '0.11.1'
version: '0.11.5'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.11.1'
mill-last-tag: '0.11-1'
bsp-version: '2.1.0-M5'
example-semanticdb-version: '4.8.1'
example-scala-2-13-version: '2.13.11'
mill-version: '0.11.5'
mill-last-tag: '0.11.5'
bsp-version: '2.1.0-M7'
example-semanticdb-version: '4.8.10'
example-scala-2-13-version: '2.13.12'
example-utest-version: '0.8.1'
40 changes: 39 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
:link-gitter: https://gitter.im/lihaoyi/mill
:link-current-doc-site: https://mill-build.com
:link-mill-moduledefs: https://github.com/com-lihaoyi/mill-moduledefs
:example-scala-version: 3.2.2
:example-scala-version: 3.3.1

{link-github}/actions/workflows/actions.yml[image:{link-github}/actions/workflows/actions.yml/badge.svg[Build and Release]]
{link-gitter}?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge[image:https://badges.gitter.im/Join%20Chat.svg[Gitter Chat]]
Expand Down Expand Up @@ -278,6 +278,44 @@ endif::[]
:link-milestone: {link-github}/milestone


[#0-11-5]
=== 0.11.5 - 2023-10-04
:version: 0.11.5
:milestone-name: 0.11.5
:milestone: 89
:prev-version: 0.11.4

_Changes since {prev-version}:_

* Support for Java 21 {link-pr}/2768[#2768]

* Various BSP improvements {link-pr}/2814[#2814], {link-pr}/2813[#2813], {link-pr}/2810[#2810], {link-pr}/2771[#2771]

* The `T.workspace` context path now always points to the top-level project directory, also for meta builds {link-pr}/2809[#2809]

* Mill now better detects and reports logical cycles in inter-module dependencies {link-pr}/2790[#2790]

* Fixed semanticDB data generation for meta builds {link-pr}/2809[#2809]

* The `prepareOffline` command also fetches relevant compiler-bridges for Scala modules {link-pr}/2791[#2791]

* Improved `ScalaJSModule` and added support for `IRFileCache` {link-pr}/2783[#2783]

* The `JavaModule.zincReportCachedProblems` configuration can now also customized via a Java system property {link-pr}/2775[#2775]

* Fixed a file truncation issue in protobuf module and print a warning when proto file get overwritten {link-pr}/2800[#2800]

* Documentation improvements

* Dependency updates: bsp4j 2.1.0-M7, castor 0.3.0, coursier-interface 1.0.19, jarjarabrams 1.9.0, jline 3.23.0, junitsocket 2.8.1, mainargs 0.5.4, scalafmt 3.7.14, Scala.js 1.14.0, semanticdb-java 0.9.6, semanticdb-scala 4.8.10

* Various other improvements and cleanups

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


[#0-11-4]
=== 0.11.4 - 2023-09-19
:version: 0.11.4
Expand Down

0 comments on commit 3a10f7f

Please sign in to comment.