Skip to content
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
74 changes: 74 additions & 0 deletions notes/v2.0.15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
# bloop `v2.0.15`

Bloop v2.0.15 is mostly a bugfix release, but also includes support for WebAssembly.

## 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:

- Support WebAssembly: Correctly detect Scala.js 1.x scalaJSLinkerConfig#... [#2745]
- Build(deps): bump actions/setup-node from 4 to 5 [#2755]
- Chore: Update runners for macOS [#2754]
- Bugfix: Fix releasing website [#2753]
- Build(deps): Update sbt-jmh from 0.4.7 to 0.4.8 [#2752]
- Build(deps): Update sbt-mdoc from 2.7.1 to 2.7.2 [#2751]
- Build(deps): Update jna from 5.18.0 to 5.18.1 [#2750]
- Build(deps): Update sbt-native-packager from 1.11.3 to 1.11.4 [#2749]
- Build(deps): Update logback-classic from 1.5.18 to 1.5.19 [#2748]
- Bump `coursier` to 2.1.25-M19 [#2747]
- Build(deps): Update munit from 1.1.1 to 1.2.0 [#2744]
- Build(deps): Update zinc from 1.10.8 to 1.11.0 [#2743]
- Build(deps): Update sbt, scripted-plugin, test-agent from 1.11.2 to 1.11.6 [#2742]
- Build(deps): Update librarymanagement-ivy from 1.11.2 to 1.11.5 [#2741]
- Build(deps): Update svm from 24.2.2 to 25.0.0 [#2740]
- Build(deps): Update scalajs-logging from 1.1.1 to 1.2.0 [#2739]
- Build(deps): Update sbt-scalajs, scalajs-linker, ... from 1.19.0 to 1.20.1 [#2738]
- Build(deps): Update github-api from 1.327 to 1.330 [#2737]
- Build(deps): Update svm from 24.2.1 to 24.2.2 [#2736]
- Build(deps): Update pprint from 0.9.0 to 0.9.4 [#2729]
- Build(deps): Update jna from 5.17.0 to 5.18.0 [#2734]
- Build(deps): Update directories-jni from 0.1.3 to 0.1.4 [#2733]
- Build(deps): Update commons-codec from 1.18.0 to 1.19.0 [#2732]
- Build(deps): Update utest from 0.8.8 to 0.8.9 [#2731]
- Build(deps): Update sourcecode from 0.4.2 to 0.4.4 [#2730]
- Build(deps): Update os-lib from 0.11.4 to 0.11.5 [#2728]
- Build(deps): Update sbt-native-packager from 1.11.1 to 1.11.3 [#2727]
- Build(deps): Update sbt-ci-release from 1.11.1 to 1.11.2 [#2726]

[#2745]: https://github.com/scalacenter/bloop/pull/2745
[#2755]: https://github.com/scalacenter/bloop/pull/2755
[#2754]: https://github.com/scalacenter/bloop/pull/2754
[#2753]: https://github.com/scalacenter/bloop/pull/2753
[#2752]: https://github.com/scalacenter/bloop/pull/2752
[#2751]: https://github.com/scalacenter/bloop/pull/2751
[#2750]: https://github.com/scalacenter/bloop/pull/2750
[#2749]: https://github.com/scalacenter/bloop/pull/2749
[#2748]: https://github.com/scalacenter/bloop/pull/2748
[#2747]: https://github.com/scalacenter/bloop/pull/2747
[#2744]: https://github.com/scalacenter/bloop/pull/2744
[#2743]: https://github.com/scalacenter/bloop/pull/2743
[#2742]: https://github.com/scalacenter/bloop/pull/2742
[#2741]: https://github.com/scalacenter/bloop/pull/2741
[#2740]: https://github.com/scalacenter/bloop/pull/2740
[#2739]: https://github.com/scalacenter/bloop/pull/2739
[#2738]: https://github.com/scalacenter/bloop/pull/2738
[#2737]: https://github.com/scalacenter/bloop/pull/2737
[#2736]: https://github.com/scalacenter/bloop/pull/2736
[#2729]: https://github.com/scalacenter/bloop/pull/2729
[#2734]: https://github.com/scalacenter/bloop/pull/2734
[#2733]: https://github.com/scalacenter/bloop/pull/2733
[#2732]: https://github.com/scalacenter/bloop/pull/2732
[#2731]: https://github.com/scalacenter/bloop/pull/2731
[#2730]: https://github.com/scalacenter/bloop/pull/2730
[#2728]: https://github.com/scalacenter/bloop/pull/2728
[#2727]: https://github.com/scalacenter/bloop/pull/2727
[#2726]: https://github.com/scalacenter/bloop/pull/2726

## Contributors

According to `git shortlog -sn --no-merges v2.0.14..v2.0.15`, the following people have contributed to
this `v2.0.15` release: scala-center-steward[bot], Rikito Taniguchi, Tomasz Godzik, Piotr Chabelski, dependabot[bot].
Loading