-
Notifications
You must be signed in to change notification settings - Fork 202
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2367 from tgodzik/release-notes-1.6.0
docs: Add release notes for Bloop 1.6.0
- Loading branch information
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# bloop `v1.6.0` | ||
|
||
Bloop v1.6.0 introduces support for best effort compilation in Scala 3, which | ||
can be used by build servers to provide better feedback when code is not | ||
compiling. It will create separate artifacts in that case, which only the | ||
compiler understands and can use to type check your code that depends on the | ||
broken code. | ||
|
||
## 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: Bump debug adapter [#2365] | ||
- Build(deps): Update librarymanagement-ivy, sbt, ... from 1.10.0 to 1.10.1 | ||
[#2364] | ||
- Fix recent regressions not allowing Metals to pass its tests [#2363] | ||
- Build(deps): Update github-api from 1.322 to 1.323 [#2362] | ||
- Add support for BSP TestParamsData kinds [#2360] | ||
- Support Scala 3's Best Effort compilation [#2049] | ||
- Updated js-bridge with newest configuration [#2359] | ||
- Bugfix: Fix wrong comparison as reproted by the compiler [#2357] | ||
- Build(deps): Update tools from 0.5.3 to 0.5.4 [#2358] | ||
- Build(deps): Update bloop-config from 2.0.0 to 2.0.2 [#2356] | ||
- Build(deps): Update github-api from 1.321 to 1.322 [#2354] | ||
- Build(deps): Update sbt-mdoc from 2.5.2 to 2.5.3 [#2353] | ||
- Fix: Only consider scala source files when lifting fatal errors [#2346] | ||
- Build(deps): Update scalafmt-core from 3.8.1 to 3.8.2 [#2351] | ||
- Build(deps): Update tools from 0.5.2 to 0.5.3 [#2347] | ||
- Chore(deps): bump scalacenter/sbt-dependency-submission from 2 to 3 [#2345] | ||
- Bugfix: Don't add -release flag if target is already present [#2343] | ||
- Build(deps): Update tools from 0.5.1 to 0.5.2 [#2342] | ||
- Build(deps): Update sourcecode from 0.4.1 to 0.4.2 [#2340] | ||
- Fix reporting after deduplicating compilations [#2339] | ||
|
||
[#2365]: https://github.com/scalacenter/bloop/pull/2365 | ||
[#2364]: https://github.com/scalacenter/bloop/pull/2364 | ||
[#2363]: https://github.com/scalacenter/bloop/pull/2363 | ||
[#2362]: https://github.com/scalacenter/bloop/pull/2362 | ||
[#2360]: https://github.com/scalacenter/bloop/pull/2360 | ||
[#2049]: https://github.com/scalacenter/bloop/pull/2049 | ||
[#2359]: https://github.com/scalacenter/bloop/pull/2359 | ||
[#2357]: https://github.com/scalacenter/bloop/pull/2357 | ||
[#2358]: https://github.com/scalacenter/bloop/pull/2358 | ||
[#2356]: https://github.com/scalacenter/bloop/pull/2356 | ||
[#2354]: https://github.com/scalacenter/bloop/pull/2354 | ||
[#2353]: https://github.com/scalacenter/bloop/pull/2353 | ||
[#2346]: https://github.com/scalacenter/bloop/pull/2346 | ||
[#2351]: https://github.com/scalacenter/bloop/pull/2351 | ||
[#2347]: https://github.com/scalacenter/bloop/pull/2347 | ||
[#2345]: https://github.com/scalacenter/bloop/pull/2345 | ||
[#2343]: https://github.com/scalacenter/bloop/pull/2343 | ||
[#2342]: https://github.com/scalacenter/bloop/pull/2342 | ||
[#2340]: https://github.com/scalacenter/bloop/pull/2340 | ||
[#2339]: https://github.com/scalacenter/bloop/pull/2339 | ||
|
||
## Contributors | ||
|
||
According to `git shortlog -sn --no-merges v1.5.18..v1.6.0`, the following | ||
people have contributed to this `v1.6.0` release: scala-center-steward[bot], Jan | ||
Chyb, Tomasz Godzik, Kristian Nedrevold-Hansen, Mason Edmison, Mason Lazalier | ||
Edmison, dependabot[bot]. |