-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
release: Add release notes for Bloop 1.5.3 (#1767)
- Loading branch information
Showing
1 changed file
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |