0.0.4
This release bring bleep up to date with newest bloop, newest graalvm native-image, and a few bugfixes ๐
See https://bleep.build for details if you're new to bleep.
Remember that you can easily try it out for your project with the automatic sbt import
What's Changed
- Fix build for releases by @oyvindberg in #364
- dist.scala: Quote "$@" by @nafg in #371
- Update scalafmt-core to 3.7.17 by @scala-steward in #370
- fix: always include bleep as cmd for zsh tab completions by @ingarabr in #376
- Tech refresh by @oyvindberg in #377
- sourcegen: batch calls to same script for different cross projects by @oyvindberg in #380
- recognize project selection by path by looking at all (re-)source folders by @oyvindberg in #379
- Bleep did not work for Neovim/VsCode for me. This should fix it by @KristianAN in #381
- Adds option for user provided path to sbt binary for bleep import command. by @KristianAN in #382
- Added flag to send shell completions to stdout. by @KristianAN in #385
- add
bleep list-tests <...projects>
command by @oyvindberg in #387
New Contributors
- @KristianAN made their first contribution in #381
Full Changelog: v0.0.3...v0.0.4