Summary
Bugfixes and minor improvements
How to install
On Linux and macOS, remember to make the downloaded installer executable via chmod +x <installer file>
.
You can find more information in our README
What's Changed
- Add golangci-lint caching to prevent linter timeouts by @JackuB in #603
- Kotlin fuzz test completion by @florianGla in #588
- internal/builder: return a non-nil error when no version is provided by @kyakdan in #606
- fix: print artifact location after successful bundle run by @MarkusZoppelt in #604
- feat: resolve flag supports kotlin files by @mlsandnerCI in #607
- fix(buildlog): add "all" identifier if no fuzz test is specified by @mlsandnerCI in #610
- fix: use log.Successf instead of fmt.Printf by @jochil in #612
- chore: add editor config by @JackuB in #609
- build(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0 by @dependabot in #614
- build(deps): bump golang.org/x/term from 0.4.0 to 0.5.0 by @dependabot in #616
- fix API authentication bug by @MarkusZoppelt in #615
New Contributors
Full Changelog: v0.18.0...v0.19.0