-
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 #1365 from scalacenter/release-notes
Add release notes for Bloop v1.4.4
- Loading branch information
Showing
1 changed file
with
42 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,42 @@ | ||
# bloop `v.1.4.4` | ||
|
||
Bloop v1.4.4 is a bugfix release. | ||
|
||
## Installing Bloop | ||
|
||
For more details about installing Bloop, please see [Bloop's Installation Guide][install-guide] | ||
|
||
## Merged pull requests | ||
|
||
Here's a list of pull requests that were merged: | ||
|
||
- Export sbt meta builds via BSP [#1219] | ||
- Improve installation instructions [#1336] | ||
- Add main dependency to a test project for Maven Bloop plugin [#1337] | ||
- Recognise Gradle integration tests as test projects [#1343] | ||
- Change use of `localhost` by `127.0.0.1` [#1345] | ||
- Add `sourceDir` mojo parameter to maven plugin [#1346] | ||
- Ignore empty directory layout in external classes dir [#1348] | ||
- Strip ANSI color escapes when colors are disabled [#1349] | ||
- Run test classes only once [#1359] | ||
- Add trailing slash only when necessary in manifest [#1361] | ||
- Use forked test agent [#1364] | ||
|
||
[#1219]: https://github.com/scalacenter/bloop/pull/1219 | ||
[#1336]: https://github.com/scalacenter/bloop/pull/1336 | ||
[#1337]: https://github.com/scalacenter/bloop/pull/1337 | ||
[#1343]: https://github.com/scalacenter/bloop/pull/1343 | ||
[#1345]: https://github.com/scalacenter/bloop/pull/1345 | ||
[#1346]: https://github.com/scalacenter/bloop/pull/1346 | ||
[#1348]: https://github.com/scalacenter/bloop/pull/1348 | ||
[#1349]: https://github.com/scalacenter/bloop/pull/1349 | ||
[#1359]: https://github.com/scalacenter/bloop/pull/1359 | ||
[#1361]: https://github.com/scalacenter/bloop/pull/1361 | ||
[#1364]: https://github.com/scalacenter/bloop/pull/1364 | ||
[install-guide]: https://scalacenter.github.io/bloop/setup | ||
|
||
## Contributors | ||
|
||
According to `git shortlog -sn --no-merges v1.4.3..v1.4.4`, the following people have contributed to | ||
this `v1.4.4` release: Jorge Vicente Cantero, Martin Duhem, Noam Shaish, Vadim Chelyshov, Arthur | ||
McGibbon, Tomasz Godzik, Bradley Spaulding, Samuel SAYAG |