Skip to content

Commit 98d2c71

Browse files
authored
Merge pull request #2702 from tgodzik/release-notes-2.0.11
chore: Add release notes for 2.0.11
2 parents 64e5e6e + 59cf286 commit 98d2c71

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

notes/v2.0.11.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
# bloop `v2.0.11`
2+
3+
Bloop v2.0.11 is a bugfix release.
4+
5+
## Installing Bloop
6+
7+
For more details about installing Bloop, please see [Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup))
8+
9+
## Merged pull requests
10+
11+
Here's a list of pull requests that were merged:
12+
13+
- Update: Bump scala debug adapter to 4.2.6 [#2701]
14+
- Feature: Do not require list of projects for tests and compile [#2700]
15+
- Fix #2678: Handle projects with only resources [#2692]
16+
- Build(deps): Update utest from 0.8.7 to 0.8.8 [#2696]
17+
- Build(deps): Update utest from 0.8.5 to 0.8.7 [#2694]
18+
- Build(deps): Update sbt-scalafmt from 2.5.4 to 2.5.5 [#2695]
19+
- Build(deps): Update sbt-dynver from 5.1.0 to 5.1.1 [#2693]
20+
- Bugfix: Remove session after task finished [#2674]
21+
- Follow-up: Add nested tracing for debugging [#2689]
22+
- Build(deps): Update sbt, scripted-plugin, test-agent from 1.11.1 to 1.11.2 [#2688]
23+
- Build(deps): Update librarymanagement-ivy from 1.11.0 to 1.11.2 [#2687]
24+
- Build(deps): Update tools from 0.5.7 to 0.5.8 [#2686]
25+
- Build(deps): Update sbt-ci-release from 1.11.0 to 1.11.1 [#2683]
26+
- Build(deps): Update sbt, scripted-plugin, test-agent from 1.11.0 to 1.11.1 [#2684]
27+
- Build(deps): Update sbt, scripted-plugin, test-agent from 1.10.11 to 1.11.0 [#2677]
28+
- Build(deps): Update librarymanagement-ivy from 1.10.4 to 1.11.0 [#2676]
29+
- Build(deps): Update sbt-ci-release from 1.9.3 to 1.11.0 [#2675]
30+
- Add test that tries to reproduce an issue [#2671]
31+
- Improvement: Don't try to delete parent if the current directory was … [#2670]
32+
- Remove empty package directories after class invalidation. [#2667]
33+
- Build(deps): Update sbt-scalafix from 0.14.2 to 0.14.3 [#2668]
34+
35+
36+
[#2701]: https://github.com/scalacenter/bloop/pull/2701
37+
[#2700]: https://github.com/scalacenter/bloop/pull/2700
38+
[#2692]: https://github.com/scalacenter/bloop/pull/2692
39+
[#2696]: https://github.com/scalacenter/bloop/pull/2696
40+
[#2694]: https://github.com/scalacenter/bloop/pull/2694
41+
[#2695]: https://github.com/scalacenter/bloop/pull/2695
42+
[#2693]: https://github.com/scalacenter/bloop/pull/2693
43+
[#2674]: https://github.com/scalacenter/bloop/pull/2674
44+
[#2689]: https://github.com/scalacenter/bloop/pull/2689
45+
[#2688]: https://github.com/scalacenter/bloop/pull/2688
46+
[#2687]: https://github.com/scalacenter/bloop/pull/2687
47+
[#2686]: https://github.com/scalacenter/bloop/pull/2686
48+
[#2683]: https://github.com/scalacenter/bloop/pull/2683
49+
[#2684]: https://github.com/scalacenter/bloop/pull/2684
50+
[#2677]: https://github.com/scalacenter/bloop/pull/2677
51+
[#2676]: https://github.com/scalacenter/bloop/pull/2676
52+
[#2675]: https://github.com/scalacenter/bloop/pull/2675
53+
[#2671]: https://github.com/scalacenter/bloop/pull/2671
54+
[#2670]: https://github.com/scalacenter/bloop/pull/2670
55+
[#2667]: https://github.com/scalacenter/bloop/pull/2667
56+
[#2668]: https://github.com/scalacenter/bloop/pull/2668
57+
58+
59+
## Contributors
60+
61+
According to `git shortlog -sn --no-merges v2.0.10..v2.0.11`, the following people have contributed to
62+
this `v2.0.11` release: scala-center-steward[bot], Michał Wiącek, Tomasz Godzik.

0 commit comments

Comments
 (0)