-
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.
Merge pull request #2500 from tgodzik/release-2.0.5
chore: Add release notes for 2.0.5
- Loading branch information
Showing
1 changed file
with
31 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,31 @@ | ||
# bloop `v2.0.5` | ||
|
||
Bloop v2.0.5 is a bugfix release. The main purpose is to revert the shapeless | ||
upgrade which seems to have broken the integration with BSP clients such as | ||
Metals. | ||
|
||
## 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: | ||
|
||
- Chore: Revert shapeless update [#2499] | ||
- Chore: Remove 5 second timeout which makes tests flaky [#2498] | ||
- Build(deps): Update coursier, coursier-jvm from 2.1.14 to 2.1.15 [#2497] | ||
- bugfix: Use last modified time instead of creation time for detecting orphaned | ||
directories [#2489] | ||
|
||
[#2499]: https://github.com/scalacenter/bloop/pull/2499 | ||
[#2498]: https://github.com/scalacenter/bloop/pull/2498 | ||
[#2497]: https://github.com/scalacenter/bloop/pull/2497 | ||
[#2489]: https://github.com/scalacenter/bloop/pull/2489 | ||
|
||
## Contributors | ||
|
||
According to `git shortlog -sn --no-merges v2.0.4..v2.0.5`, the following people | ||
have contributed to this `v2.0.5` release: Tomasz Godzik, | ||
scala-center-steward[bot]. |