Skip to content

Commit

Permalink
After release chore (#3291)
Browse files Browse the repository at this point in the history
* Update MiMa setup
* Refine changelog
* Update antora.yml

Pull request: #3291
  • Loading branch information
lefou authored Jul 29, 2024
1 parent 3a6d4d4 commit 5f71769
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ object Settings {
"0.11.0-M7"
)
val docTags: Seq[String] = Seq()
val mimaBaseVersions: Seq[String] = 0.to(8).map("0.11." + _)
val mimaBaseVersions: Seq[String] = 0.to(10).map("0.11." + _)
}

object Deps {
Expand Down
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.8'
version: '0.11.10'
nav:
- modules/ROOT/nav.adoc
asciidoc:
attributes:
mill-version: '0.11.8'
mill-last-tag: '0.11.8'
mill-version: '0.11.10'
mill-last-tag: '0.11.10'
bsp-version: '2.2.0'
example-semanticdb-version: '4.9.7'
example-scala-2-13-version: '2.13.14'
Expand Down
14 changes: 13 additions & 1 deletion readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -295,12 +295,17 @@ endif::[]

_Changes since {prev-version}:_

__New features__
__Fixes and Improvements__

* Improvements in Java docs and user experience {link-pr}/3278[#3278]
* Automatically pump os.proc streams when SystemStreams are redirected {link-pr}/3275[#3275]
* Fix resolution of children of override lazy val modules {link-pr}/3270[#3270]

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


[#0-11-9]
=== 0.11.9 - 2024-07-18
:version: 0.11.9
Expand All @@ -313,8 +318,15 @@ _Changes since {prev-version}:_
__New features__

* First class support for Java projects {link-pr}/3261[#3261]

__Fixes and Improvements__

* Add coarse grained lock around BSP request to avoid deadlocks {link-pr}/3243[#3243]

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

[#0-11-8]
=== 0.11.8 - 2024-06-21
:version: 0.11.8
Expand Down

0 comments on commit 5f71769

Please sign in to comment.