diff --git a/notes/v1.5.13.md b/notes/v1.5.13.md new file mode 100644 index 0000000000..a8b603ea7a --- /dev/null +++ b/notes/v1.5.13.md @@ -0,0 +1,24 @@ +# bloop `v1.5.13` + +Bloop v1.5.13 is a bugfix release. It fixes the issue with sbt plugin +recompiling the full workspace always. + +## 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: Print better errors when bloopInstall failed [#2200] +- Bugfix: Don't use fullclasspath in sbt plugin [#2199] + +[#2200]: https://github.com/scalacenter/bloop/pull/2200 +[#2199]: https://github.com/scalacenter/bloop/pull/2199 + +## Contributors + +According to `git shortlog -sn --no-merges v1.5.12..v1.5.13`, the following +people have contributed to this `v1.5.13` release: Tomasz Godzik.