Skip to content

Commit 7cbdc79

Browse files
authored
Merge pull request #2500 from tgodzik/release-2.0.5
chore: Add release notes for 2.0.5
2 parents 254c417 + aba16de commit 7cbdc79

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

notes/v2.0.5.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# bloop `v2.0.5`
2+
3+
Bloop v2.0.5 is a bugfix release. The main purpose is to revert the shapeless
4+
upgrade which seems to have broken the integration with BSP clients such as
5+
Metals.
6+
7+
## Installing Bloop
8+
9+
For more details about installing Bloop, please see
10+
[Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup))
11+
12+
## Merged pull requests
13+
14+
Here's a list of pull requests that were merged:
15+
16+
- Chore: Revert shapeless update [#2499]
17+
- Chore: Remove 5 second timeout which makes tests flaky [#2498]
18+
- Build(deps): Update coursier, coursier-jvm from 2.1.14 to 2.1.15 [#2497]
19+
- bugfix: Use last modified time instead of creation time for detecting orphaned
20+
directories [#2489]
21+
22+
[#2499]: https://github.com/scalacenter/bloop/pull/2499
23+
[#2498]: https://github.com/scalacenter/bloop/pull/2498
24+
[#2497]: https://github.com/scalacenter/bloop/pull/2497
25+
[#2489]: https://github.com/scalacenter/bloop/pull/2489
26+
27+
## Contributors
28+
29+
According to `git shortlog -sn --no-merges v2.0.4..v2.0.5`, the following people
30+
have contributed to this `v2.0.5` release: Tomasz Godzik,
31+
scala-center-steward[bot].

0 commit comments

Comments
 (0)