Skip to content

Commit

Permalink
Merge pull request #2144 from tgodzik/release-notes-1.5.11
Browse files Browse the repository at this point in the history
docs: Add release notes for 1.5.11
  • Loading branch information
tgodzik authored Sep 1, 2023
2 parents 285a042 + 0d6a016 commit 34e505a
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions notes/v1.5.11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# bloop `v1.5.11`

Bloop v1.5.11 is a bugfix release which fixes a regression introduced in v1.5.10
that caused the code to recompile fully every time.

## Installing Bloop

For more details about installing Bloop, please see
[Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup))

## Merged pull requests

Here's a list of pull requests that were merged:

- Build(deps): Update sbt-scalafmt from 2.5.1 to 2.5.2 [#2143]
- Revert "Merge pull request #2128 from Arthurm1/specify_javac_target_root"
[#2141]
- Build(deps): Update sbt-scalafmt from 2.5.0 to 2.5.1 [#2139]
- Build(deps): Update scalafmt-core from 3.7.12 to 3.7.13 [#2138]

[#2143]: https://github.com/scalacenter/bloop/pull/2143
[#2141]: https://github.com/scalacenter/bloop/pull/2141
[#2139]: https://github.com/scalacenter/bloop/pull/2139
[#2138]: https://github.com/scalacenter/bloop/pull/2138

## Contributors

According to `git shortlog -sn --no-merges v1.5.10..v1.5.11`, the following
people have contributed to this `v1.5.11` release: scala-center-steward[bot],
Tomasz Godzik.

0 comments on commit 34e505a

Please sign in to comment.