Skip to content

Commit

Permalink
Merge pull request #2575 from tgodzik/release-notes-2.0.7
Browse files Browse the repository at this point in the history
docs: Add release notes for Bloop 2.0.7
  • Loading branch information
tgodzik authored Jan 16, 2025
2 parents 24e76cc + be8328d commit 4095dee
Showing 1 changed file with 86 additions and 0 deletions.
86 changes: 86 additions & 0 deletions notes/v2.0.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
# bloop `v2.0.7`

Bloop v2.0.7 is introduces bugfixes and several improvements for Scala Native
and Scala JS thanks to [Kristian Nedrevold](https://github.com/KristianAN).

## Installing Bloop

For more details about installing Bloop, please see
[Bloop's Installation Guide](https://scalacenter.github.io/bloop/setup))

## Fixes and improvements:

- Better support for linking SN [#2567]
- Chore: Mark 'restarted session does not contain JDI output' as flaky [#2561]
- Bugfix: Don't add single files to classpath [#2553]
- Bugfix: Install sbt to fix CI [#2558]
- Bugfix: Remove ??? from Bloop rifle and log properly [#2551]
- Bugfix: Synchronize on target instead of origin when copying [#2552]
- Add --link flag to compile to allow linking through BSP [#2535]
- Bugfix: Treat -Werror the same as -Xfatal-warnings [#2539]

## Dependency Updates

- Deps: bloop-config 2.3.0 -> 2.3.1 [#2572]
- Build(deps): Update sbt-scalafix from 0.13.0 to 0.14.0 [#2571]
- Build(deps): Update scalafmt-core from 3.8.3 to 3.8.4 [#2570]
- Build(deps): Update sbt-scalafmt from 2.5.2 to 2.5.3 [#2569]
- Build(deps): Update coursier, coursier-jvm from 2.1.23 to 2.1.24 [#2564]
- Build(deps): Update utest from 0.8.4 to 0.8.5 [#2563]
- Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.17.0 to 1.18.1
[#2565]
- Build(deps): Update interface from 1.0.26 to 1.0.27 [#2559]
- Build(deps): Update munit from 1.0.3 to 1.0.4 [#2560]
- Build(deps): Update logback-classic from 1.5.15 to 1.5.16 [#2555]
- Build(deps): Update sbt-native-packager from 1.10.4 to 1.11.0 [#2556]
- Build(deps): Update commons-codec from 1.17.1 to 1.17.2 [#2557]
- Build(deps): Update coursier, coursier-jvm from 2.1.22 to 2.1.23 [#2547]
- Build(deps): Update sbt, scripted-plugin, test-agent from 1.10.6 to 1.10.7
[#2546]
- Build(deps): Update jna from 5.15.0 to 5.16.0 [#2544]
- Build(deps): Update zinc from 1.10.5 to 1.10.7 [#2545]
- Build(deps): Update logback-classic from 1.5.14 to 1.5.15 [#2543]
- Build(deps): Update sbt-ci-release from 1.9.0 to 1.9.2 [#2541]
- Build(deps): Update logback-classic from 1.5.13 to 1.5.14 [#2540]
- Build(deps): Update logback-classic from 1.5.12 to 1.5.13 [#2538]
- Build(deps): Update coursier, coursier-jvm from 2.1.21 to 2.1.22 [#2537]

## Merged pull requests

Here's a list of pull requests that were merged:

[#2572]: https://github.com/scalacenter/bloop/pull/2572
[#2571]: https://github.com/scalacenter/bloop/pull/2571
[#2570]: https://github.com/scalacenter/bloop/pull/2570
[#2569]: https://github.com/scalacenter/bloop/pull/2569
[#2567]: https://github.com/scalacenter/bloop/pull/2567
[#2564]: https://github.com/scalacenter/bloop/pull/2564
[#2563]: https://github.com/scalacenter/bloop/pull/2563
[#2565]: https://github.com/scalacenter/bloop/pull/2565
[#2561]: https://github.com/scalacenter/bloop/pull/2561
[#2553]: https://github.com/scalacenter/bloop/pull/2553
[#2559]: https://github.com/scalacenter/bloop/pull/2559
[#2560]: https://github.com/scalacenter/bloop/pull/2560
[#2555]: https://github.com/scalacenter/bloop/pull/2555
[#2558]: https://github.com/scalacenter/bloop/pull/2558
[#2556]: https://github.com/scalacenter/bloop/pull/2556
[#2557]: https://github.com/scalacenter/bloop/pull/2557
[#2551]: https://github.com/scalacenter/bloop/pull/2551
[#2552]: https://github.com/scalacenter/bloop/pull/2552
[#2535]: https://github.com/scalacenter/bloop/pull/2535
[#2547]: https://github.com/scalacenter/bloop/pull/2547
[#2546]: https://github.com/scalacenter/bloop/pull/2546
[#2544]: https://github.com/scalacenter/bloop/pull/2544
[#2545]: https://github.com/scalacenter/bloop/pull/2545
[#2543]: https://github.com/scalacenter/bloop/pull/2543
[#2541]: https://github.com/scalacenter/bloop/pull/2541
[#2540]: https://github.com/scalacenter/bloop/pull/2540
[#2539]: https://github.com/scalacenter/bloop/pull/2539
[#2538]: https://github.com/scalacenter/bloop/pull/2538
[#2537]: https://github.com/scalacenter/bloop/pull/2537

## Contributors

According to `git shortlog -sn --no-merges v2.0.6..v2.0.7`, the following people
have contributed to this `v2.0.7` release: scala-center-steward[bot], Kristian
Nedrevold-Hansen, Tomasz Godzik, Kristian Nedrevold, tgodzik.

0 comments on commit 4095dee

Please sign in to comment.