Skip to content

Commit

Permalink
Some post-release tasks (com-lihaoyi#2745)
Browse files Browse the repository at this point in the history
Pull request: com-lihaoyi#2745
  • Loading branch information
lefou authored Sep 18, 2023
1 parent 62cae94 commit b074ac9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ object Settings {
"0.11.0-M7"
)
val docTags: Seq[String] = Seq()
val mimaBaseVersions: Seq[String] = Seq("0.11.0", "0.11.1", "0.11.2")
val mimaBaseVersions: Seq[String] = Seq("0.11.0", "0.11.1", "0.11.2", "0.11.3")
}

object Deps {
Expand Down
8 changes: 6 additions & 2 deletions readme.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ endif::[]
// === master
// :version: master
// :milestone-name: master
// :milestone: 87
// :prev-version: 0.11.2
// :milestone: 88
// :prev-version: 0.11.3
//
// * TODO

Expand All @@ -306,6 +306,10 @@ _Changes since {prev-version}:_

* Fix terminal forwarding in `.console` and `.repl` commands {link-pr}/2743[#2743]

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


[#0-11-2]
=== 0.11.2 - 2023-08-28
Expand Down

0 comments on commit b074ac9

Please sign in to comment.