Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add release notes for Bloop 2.0.4 #2496

Merged
merged 1 commit into from
Nov 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions notes/v2.0.4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# bloop `v2.0.4`

Bloop v2.0.4 is a bugfix release.

- fixed issues with best effort compilation in Scala 3
- fixed wartremover integration when added via sbt plugin
- fixed issues when recompiling after renaming a class in Metals
- fixed issues with `-release 11` being added for Scala versions that do not
support it

## 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: Ignore test on linux for the time being [#2495]
- Chore: Fix variable refering to older macOS [#2494]
- Build(deps): Update sbt, test-agent from 1.10.4 to 1.10.5 [#2492]
- Build(deps): Update shapeless from 2.3.4 to 2.3.12 [#2493]
- Bugfix: Compile only existing classes [#2490]
- Build(deps): Update sbt-buildinfo from 0.12.0 to 0.13.0 [#2491]
- Build(deps): Update sbt, test-agent, zinc from 1.10.3 to 1.10.4 [#2488]
- Improvement: Use sbt bridge defined by the user [#2484]
- Bugfix: Make absolute path from relative plugin paths [#2485]
- Build(deps): Update logback-classic from 1.5.11 to 1.5.12 [#2486]
- Remove betasty directory on successful compilation backgroundTasks [#2410]
- Chore: Replace original jsonrpc4s [#2483]
- Build(deps): Update os-lib from 0.11.2 to 0.11.3 [#2482]
- Build(deps): Update sbt-ci-release from 1.8.0 to 1.9.0 [#2481]
- Build(deps): Update sbt, test-agent, zinc from 1.10.2 to 1.10.3 [#2480]
- Chore: Remove macOS-12 since it's scheduled for removal [#2473]
- Build(deps): Update librarymanagement-ivy from 1.10.1 to 1.10.2 [#2476]
- Build(deps): Update dependency from 0.2.3 to 0.2.4 [#2474]
- Build(deps): Update interface from 1.0.21 to 1.0.22 [#2475]
- Build(deps): Update os-lib from 0.11.1 to 0.11.2 [#2472]
- Build(deps): Update svm from 24.1.0 to 24.1.1 [#2471]
- Build(deps): Update logback-classic from 1.5.10 to 1.5.11 [#2470]
- Build(deps): Update bloop-config from 2.0.3 to 2.1.0 [#2469]
- Build(deps): Update sbt-ci-release from 1.7.0 to 1.8.0 [#2468]
- Build(deps): Update logback-classic from 1.5.9 to 1.5.10 [#2466]
- Build(deps): Update sbt-dynver from 5.0.1 to 5.1.0 [#2467]
- Improvement: Cache platform bridge jobs artifacts [#2465]
- Bugfix: Don't add -release flag for Scala 2.11 [#2462]
- Build(deps): Update coursier, coursier-jvm from 2.1.13 to 2.1.14 [#2464]
- Build(deps): Update sbt-git from 2.0.1 to 2.1.0 [#2463]

[#2495]: https://github.com/scalacenter/bloop/pull/2495
[#2494]: https://github.com/scalacenter/bloop/pull/2494
[#2492]: https://github.com/scalacenter/bloop/pull/2492
[#2493]: https://github.com/scalacenter/bloop/pull/2493
[#2490]: https://github.com/scalacenter/bloop/pull/2490
[#2491]: https://github.com/scalacenter/bloop/pull/2491
[#2488]: https://github.com/scalacenter/bloop/pull/2488
[#2484]: https://github.com/scalacenter/bloop/pull/2484
[#2485]: https://github.com/scalacenter/bloop/pull/2485
[#2486]: https://github.com/scalacenter/bloop/pull/2486
[#2410]: https://github.com/scalacenter/bloop/pull/2410
[#2483]: https://github.com/scalacenter/bloop/pull/2483
[#2482]: https://github.com/scalacenter/bloop/pull/2482
[#2481]: https://github.com/scalacenter/bloop/pull/2481
[#2480]: https://github.com/scalacenter/bloop/pull/2480
[#2473]: https://github.com/scalacenter/bloop/pull/2473
[#2476]: https://github.com/scalacenter/bloop/pull/2476
[#2474]: https://github.com/scalacenter/bloop/pull/2474
[#2475]: https://github.com/scalacenter/bloop/pull/2475
[#2472]: https://github.com/scalacenter/bloop/pull/2472
[#2471]: https://github.com/scalacenter/bloop/pull/2471
[#2470]: https://github.com/scalacenter/bloop/pull/2470
[#2469]: https://github.com/scalacenter/bloop/pull/2469
[#2468]: https://github.com/scalacenter/bloop/pull/2468
[#2466]: https://github.com/scalacenter/bloop/pull/2466
[#2467]: https://github.com/scalacenter/bloop/pull/2467
[#2465]: https://github.com/scalacenter/bloop/pull/2465
[#2462]: https://github.com/scalacenter/bloop/pull/2462
[#2464]: https://github.com/scalacenter/bloop/pull/2464
[#2463]: https://github.com/scalacenter/bloop/pull/2463

## Contributors

According to `git shortlog -sn --no-merges v2.0.3..v2.0.4`, the following people
have contributed to this `v2.0.4` release: scala-center-steward[bot], Tomasz
Godzik, Jan Chyb.
Loading