Skip to content

Commit

Permalink
release: Add release notes for Bloop 1.5.3 (#1767)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik authored Jul 29, 2022
1 parent 4fb685f commit 554bc60
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions notes/v1.5.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# bloop `v1.5.3`

Bloop v1.5.3 is a bugfix release.

## 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:

- Add sbt-vspp for publishing the BLOOP SBT plug-in in a Maven-consistent format
[#1766]
- Fix: limit the amount of logs that launcher keeps in memory [#1764]
- Stop shading stuff in sbt-bloop plugins [#1754]
- Cache ScalaJS linkers for incremental linking [#1761]
- Don't give a local compiler when disallowed [#1762]
- Bump dependency submission [#1760]
- Bump debug adapter library to 2.2.0 [#1758]
- Correctly pick up test-jar dependency sources [#1756]
- Sbt-bloop and buildpress don't depend on launcher [#1751]
- Fix resolution of test-jar artifacts [#1747]

[#1766]: https://github.com/scalacenter/bloop/pull/1766
[#1764]: https://github.com/scalacenter/bloop/pull/1764
[#1754]: https://github.com/scalacenter/bloop/pull/1754
[#1761]: https://github.com/scalacenter/bloop/pull/1761
[#1762]: https://github.com/scalacenter/bloop/pull/1762
[#1760]: https://github.com/scalacenter/bloop/pull/1760
[#1758]: https://github.com/scalacenter/bloop/pull/1758
[#1756]: https://github.com/scalacenter/bloop/pull/1756
[#1751]: https://github.com/scalacenter/bloop/pull/1751
[#1747]: https://github.com/scalacenter/bloop/pull/1747

## Contributors

According to `git shortlog -sn --no-merges v1.5.2..v1.5.3`, the following people
have contributed to this `v1.5.3` release: Adrien Piquerez, Alexandre
Archambault, Anton Sviridov, Lorenzo Gabriele, Martin Duhem, ScalaWilliam,
Tomasz Godzik, Vadim Chelyshov.

0 comments on commit 554bc60

Please sign in to comment.