Skip to content

Commit bd41960

Browse files
authored
Merge pull request #2458 from tgodzik/release-2.0.3
docs: Add release notes for 2.0.3
2 parents d257a7f + b5f227b commit bd41960

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

notes/v2.0.3.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# bloop `v2.0.3`
2+
3+
Bloop v2.0.3 is a bugfix release.
4+
5+
## Installing Bloop
6+
7+
For more details about installing Bloop, please see
8+
[Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup))
9+
10+
## Merged pull requests
11+
12+
Here's a list of pull requests that were merged:
13+
14+
- Build(deps): Update os-lib from 0.10.7 to 0.11.0 [#2457]
15+
- Build(deps): Update asm, asm-util from 9.7 to 9.7.1 [#2456]
16+
- Build(deps): Update scalajs-linker, ... from 1.16.0 to 1.17.0 [#2454]
17+
- Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.16.0 to 1.17.0
18+
[#2453]
19+
- Build(deps): Update sbt-scalafix from 0.12.1 to 0.13.0 [#2452]
20+
- Build(deps): Update scala-library from 2.13.14 to 2.13.15 [#2451]
21+
- Bugfix: Use proper rt.jar if it exists [#2450]
22+
- Improvement: Respect bspEnabled when generating bloop config files [#2446]
23+
- Build(deps): Update sbt-mdoc from 2.6.0 to 2.6.1 [#2447]
24+
25+
[#2457]: https://github.com/scalacenter/bloop/pull/2457
26+
[#2456]: https://github.com/scalacenter/bloop/pull/2456
27+
[#2454]: https://github.com/scalacenter/bloop/pull/2454
28+
[#2453]: https://github.com/scalacenter/bloop/pull/2453
29+
[#2452]: https://github.com/scalacenter/bloop/pull/2452
30+
[#2451]: https://github.com/scalacenter/bloop/pull/2451
31+
[#2450]: https://github.com/scalacenter/bloop/pull/2450
32+
[#2446]: https://github.com/scalacenter/bloop/pull/2446
33+
[#2447]: https://github.com/scalacenter/bloop/pull/2447
34+
35+
## Contributors
36+
37+
According to `git shortlog -sn --no-merges v2.0.2..v2.0.3`, the following people
38+
have contributed to this `v2.0.3` release: scala-center-steward[bot], Tomasz
39+
Godzik.

0 commit comments

Comments
 (0)