From bf2ed24f100d26832d0f8766edea06e670e35b71 Mon Sep 17 00:00:00 2001 From: tgodzik Date: Fri, 22 Mar 2024 12:14:32 +0100 Subject: [PATCH] chore: Add release notes for Bloop v1.5.16 --- notes/v1.5.16.md | 60 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 notes/v1.5.16.md diff --git a/notes/v1.5.16.md b/notes/v1.5.16.md new file mode 100644 index 0000000000..72b3ac9879 --- /dev/null +++ b/notes/v1.5.16.md @@ -0,0 +1,60 @@ +# bloop `v1.5.16` + +Main changes involve adding support for Scala Native 0.5, adding support for +hot-code reload and limiting amount of compile notifications being sent when +noop compilation is done. + +## 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 sbt-buildinfo from 0.11.0 to 0.12.0 [#2299] +- Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.15.0 to 1.16.0 + [#2298] +- Build(deps): Update tools from 0.5.0-RC1 to 0.5.0-RC2 [#2297] +- Chore: Add support for Scala Native 0.5.0 [#2293] +- Build(deps): Update scala-debug-adapter from 4.0.3 to 4.0.4 [#2296] +- Fix: correctly parse java version [#2291] +- Build(deps): Update sbt-scalafix from 0.11.1 to 0.12.0 [#2287] +- Build(deps): Update scala-debug-adapter from 4.0.2 to 4.0.3 [#2290] +- Build(deps): Update scala-debug-adapter from 4.0.1 to 4.0.2 [#2285] +- Chore: Update Scala versions [#2283] +- Build(deps): Update sbt, test-agent from 1.9.8 to 1.9.9 [#2280] +- Build(deps): Update log4j-core from 2.22.1 to 2.23.0 [#2278] +- Build(deps): Update scalafmt-core from 3.7.17 to 3.8.0 [#2277] +- Update scala-debug-adpater to 4.x and add support for hot code replace [#2276] +- Refactor: don't send task start/end for no-op compilations [#2274] +- Fix classpath options [#2269] +- Fix: erase scrollback when clearing the screen [#2267] +- Build(deps): Update commons-codec from 1.16.0 to 1.16.1 [#2266] + +[#2299]: https://github.com/scalacenter/bloop/pull/2299 +[#2298]: https://github.com/scalacenter/bloop/pull/2298 +[#2297]: https://github.com/scalacenter/bloop/pull/2297 +[#2293]: https://github.com/scalacenter/bloop/pull/2293 +[#2296]: https://github.com/scalacenter/bloop/pull/2296 +[#2291]: https://github.com/scalacenter/bloop/pull/2291 +[#2287]: https://github.com/scalacenter/bloop/pull/2287 +[#2290]: https://github.com/scalacenter/bloop/pull/2290 +[#2285]: https://github.com/scalacenter/bloop/pull/2285 +[#2283]: https://github.com/scalacenter/bloop/pull/2283 +[#2280]: https://github.com/scalacenter/bloop/pull/2280 +[#2278]: https://github.com/scalacenter/bloop/pull/2278 +[#2277]: https://github.com/scalacenter/bloop/pull/2277 +[#2276]: https://github.com/scalacenter/bloop/pull/2276 +[#2274]: https://github.com/scalacenter/bloop/pull/2274 +[#2269]: https://github.com/scalacenter/bloop/pull/2269 +[#2267]: https://github.com/scalacenter/bloop/pull/2267 +[#2266]: https://github.com/scalacenter/bloop/pull/2266 + +## Contributors + +According to `git shortlog -sn --no-merges v1.5.15..v1.5.16`, the following +people have contributed to this `v1.5.16` release: scala-center-steward[bot], +Adrien Piquerez, Tomasz Godzik, Chris Kipp, Kamil Podsiadło, Katarzyna Marek, +Lucas Nouguier.