Skip to content

Commit 9ac4586

Browse files
authored
Merge pull request #2644 from tgodzik/release-notes-2.0.9
docs: Add release notes for 2.0.9
2 parents 3dcab24 + d13eeb5 commit 9ac4586

File tree

1 file changed

+109
-0
lines changed

1 file changed

+109
-0
lines changed

notes/v2.0.9.md

Lines changed: 109 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,109 @@
1+
# bloop `v2.0.9`
2+
3+
Bloop v2.0.9 is a bugfix release with some improvements to the best effort
4+
compilation for Scala 3.
5+
6+
## Installing Bloop
7+
8+
For more details about installing Bloop, please see
9+
[Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup))
10+
11+
## Merged pull requests
12+
13+
Here's a list of pull requests that were merged:
14+
15+
- Best-effort: Move betasty directory cleaning into the compilation thread
16+
[#2622]
17+
- Build(deps): Update svm from 24.1.2 to 24.2.0 [#2643]
18+
- Build(deps): Update logback-classic from 1.5.17 to 1.5.18 [#2642]
19+
- Chore: Print logs when run test fail [#2640]
20+
- Build(deps): Update sbt, scripted-plugin, test-agent from 1.10.10 to 1.10.11
21+
[#2638]
22+
- Build(deps): Update sbt-mdoc from 2.6.4 to 2.6.5 [#2639]
23+
- Build(deps): Update jna from 5.16.0 to 5.17.0 [#2637]
24+
- Build(deps): Update sbt-ci-release from 1.9.2 to 1.9.3 [#2634]
25+
- Build(deps): Update scalafmt-core from 3.9.3 to 3.9.4 [#2635]
26+
- Improvement: Retry copying when AccessDeniedException is encountered [#2633]
27+
- Chore(deps): bump prismjs from 1.27.0 to 1.30.0 in /website [#2632]
28+
- Build(deps): Update scalafmt-core from 3.9.2 to 3.9.3 [#2631]
29+
- Build(deps): Update sbt, scripted-plugin, test-agent from 1.10.7 to 1.10.10
30+
[#2628]
31+
- Build(deps): Update librarymanagement-ivy from 1.10.3 to 1.10.4 [#2625]
32+
- Build(deps): Update zinc from 1.10.7 to 1.10.8 [#2627]
33+
- Build(deps): Update scalafmt-core from 3.9.1 to 3.9.2 [#2621]
34+
- Update the link to Scala Native setup in stable version [#2623]
35+
- Feat: add sbt.testing.Framework implementation for TestNG on classpath when
36+
needed [#2606]
37+
- Build(deps): Update tools from 0.5.6 to 0.5.7 [#2620]
38+
- Build(deps): Update scala-debug-adapter from 4.2.3 to 4.2.4 [#2619]
39+
- Build(deps): Update logback-classic from 1.5.16 to 1.5.17 [#2618]
40+
- Build(deps): Update scalafmt-core from 3.8.6 to 3.9.1 [#2617]
41+
- Build(deps): Update sbt-scalafix from 0.14.0 to 0.14.2 [#2616]
42+
- Build(deps): Update os-lib from 0.11.3 to 0.11.4 [#2610]
43+
- Build(deps): Update sbt-mdoc from 2.6.3 to 2.6.4 [#2608]
44+
- Build(deps): Update github-api from 1.326 to 1.327 [#2607]
45+
- Build(deps): Update interface from 1.0.27 to 1.0.28 [#2600]
46+
- Build(deps): Update bloop-config from 2.3.1 to 2.3.2 [#2605]
47+
- Build(deps): Update case-app from 2.1.0-M15 to 2.1.0-M30 [#2601]
48+
- Chore: Bump debug adapter to 2.2.3 [#2599]
49+
- Best-effort: fix issue with frequent file saves leading to leftover errors
50+
[#2597]
51+
- Build(deps): Update sbt-native-packager from 1.11.0 to 1.11.1 [#2598]
52+
- Build(deps): Update sbt-mdoc from 2.6.2 to 2.6.3 [#2595]
53+
- Build(deps): Update scala-collection-compat from 2.12.0 to 2.13.0 [#2591]
54+
- Build(deps): Update commons-codec from 1.17.2 to 1.18.0 [#2590]
55+
- Build(deps): Update scalafmt-core from 3.8.5 to 3.8.6 [#2589]
56+
- Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.18.1 to 1.18.2
57+
[#2588]
58+
- Update Mill documentation [#2587]
59+
- Bugfix: Fix fish completions for test suite [#2586]
60+
- Build(deps): Update svm from 24.1.1 to 24.1.2 [#2584]
61+
- Build(deps): Update munit from 1.0.4 to 1.1.0 [#2585]
62+
63+
[#2622]: https://github.com/scalacenter/bloop/pull/2622
64+
[#2643]: https://github.com/scalacenter/bloop/pull/2643
65+
[#2642]: https://github.com/scalacenter/bloop/pull/2642
66+
[#2640]: https://github.com/scalacenter/bloop/pull/2640
67+
[#2638]: https://github.com/scalacenter/bloop/pull/2638
68+
[#2639]: https://github.com/scalacenter/bloop/pull/2639
69+
[#2637]: https://github.com/scalacenter/bloop/pull/2637
70+
[#2634]: https://github.com/scalacenter/bloop/pull/2634
71+
[#2635]: https://github.com/scalacenter/bloop/pull/2635
72+
[#2633]: https://github.com/scalacenter/bloop/pull/2633
73+
[#2632]: https://github.com/scalacenter/bloop/pull/2632
74+
[#2631]: https://github.com/scalacenter/bloop/pull/2631
75+
[#2628]: https://github.com/scalacenter/bloop/pull/2628
76+
[#2625]: https://github.com/scalacenter/bloop/pull/2625
77+
[#2627]: https://github.com/scalacenter/bloop/pull/2627
78+
[#2621]: https://github.com/scalacenter/bloop/pull/2621
79+
[#2623]: https://github.com/scalacenter/bloop/pull/2623
80+
[#2606]: https://github.com/scalacenter/bloop/pull/2606
81+
[#2620]: https://github.com/scalacenter/bloop/pull/2620
82+
[#2619]: https://github.com/scalacenter/bloop/pull/2619
83+
[#2618]: https://github.com/scalacenter/bloop/pull/2618
84+
[#2617]: https://github.com/scalacenter/bloop/pull/2617
85+
[#2616]: https://github.com/scalacenter/bloop/pull/2616
86+
[#2610]: https://github.com/scalacenter/bloop/pull/2610
87+
[#2608]: https://github.com/scalacenter/bloop/pull/2608
88+
[#2607]: https://github.com/scalacenter/bloop/pull/2607
89+
[#2600]: https://github.com/scalacenter/bloop/pull/2600
90+
[#2605]: https://github.com/scalacenter/bloop/pull/2605
91+
[#2601]: https://github.com/scalacenter/bloop/pull/2601
92+
[#2599]: https://github.com/scalacenter/bloop/pull/2599
93+
[#2597]: https://github.com/scalacenter/bloop/pull/2597
94+
[#2598]: https://github.com/scalacenter/bloop/pull/2598
95+
[#2595]: https://github.com/scalacenter/bloop/pull/2595
96+
[#2591]: https://github.com/scalacenter/bloop/pull/2591
97+
[#2590]: https://github.com/scalacenter/bloop/pull/2590
98+
[#2589]: https://github.com/scalacenter/bloop/pull/2589
99+
[#2588]: https://github.com/scalacenter/bloop/pull/2588
100+
[#2587]: https://github.com/scalacenter/bloop/pull/2587
101+
[#2586]: https://github.com/scalacenter/bloop/pull/2586
102+
[#2584]: https://github.com/scalacenter/bloop/pull/2584
103+
[#2585]: https://github.com/scalacenter/bloop/pull/2585
104+
105+
## Contributors
106+
107+
According to `git shortlog -sn --no-merges v2.0.8..v2.0.9`, the following people
108+
have contributed to this `v2.0.9` release: scala-center-steward[bot], Tomasz
109+
Godzik, kasiaMarek, Jan Chyb, Martin Mauch, Tammy Nguyen, dependabot[bot].

0 commit comments

Comments
 (0)