From b5f227bc38b9112fc5860bac3a63a31388357e79 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Tue, 8 Oct 2024 18:42:36 +0200 Subject: [PATCH] docs: Add release notes for 2.0.3 Figured the improvement with bspEnabled will be useful in the compiler --- notes/v2.0.3.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 notes/v2.0.3.md diff --git a/notes/v2.0.3.md b/notes/v2.0.3.md new file mode 100644 index 000000000..eaaec13a2 --- /dev/null +++ b/notes/v2.0.3.md @@ -0,0 +1,39 @@ +# bloop `v2.0.3` + +Bloop v2.0.3 is a bugfix release. + +## 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: + +- Build(deps): Update os-lib from 0.10.7 to 0.11.0 [#2457] +- Build(deps): Update asm, asm-util from 9.7 to 9.7.1 [#2456] +- Build(deps): Update scalajs-linker, ... from 1.16.0 to 1.17.0 [#2454] +- Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.16.0 to 1.17.0 + [#2453] +- Build(deps): Update sbt-scalafix from 0.12.1 to 0.13.0 [#2452] +- Build(deps): Update scala-library from 2.13.14 to 2.13.15 [#2451] +- Bugfix: Use proper rt.jar if it exists [#2450] +- Improvement: Respect bspEnabled when generating bloop config files [#2446] +- Build(deps): Update sbt-mdoc from 2.6.0 to 2.6.1 [#2447] + +[#2457]: https://github.com/scalacenter/bloop/pull/2457 +[#2456]: https://github.com/scalacenter/bloop/pull/2456 +[#2454]: https://github.com/scalacenter/bloop/pull/2454 +[#2453]: https://github.com/scalacenter/bloop/pull/2453 +[#2452]: https://github.com/scalacenter/bloop/pull/2452 +[#2451]: https://github.com/scalacenter/bloop/pull/2451 +[#2450]: https://github.com/scalacenter/bloop/pull/2450 +[#2446]: https://github.com/scalacenter/bloop/pull/2446 +[#2447]: https://github.com/scalacenter/bloop/pull/2447 + +## Contributors + +According to `git shortlog -sn --no-merges v2.0.2..v2.0.3`, the following people +have contributed to this `v2.0.3` release: scala-center-steward[bot], Tomasz +Godzik.