Summary
- Improving documentation
- Support building linux installer with docker image
- Minor Refactorings + Bugfixes
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
- cmd/coverage: Support command completion for --format flag by @adombeck in #432
- coverage/bazel: Print coverage summary by @adombeck in #433
- all: Actually print OS names in Titlecase by @adombeck in #441
- installer: Fix the command to enable completion with zsh by @adombeck in #443
- tests: include bazel example in pipelines by @mlsandnerCI in #419
- Refactor coverage packages by @adombeck in #444
- add python and bazel dependencies to docs by @MarkusZoppelt in #446
- Remove undefined behavior bug from cpp example projects by @florianGla in #445
- add JDK as dependency in docs when using bazel by @MarkusZoppelt in #447
- Fix LLVM test by @adombeck in #451
- docker: Add cifuzz-builder Dockerfile by @adombeck in #452
- cmd(run): expanding usage message for bazel by @mlsandnerCI in #450
- docs: Add Bazel to README by @fmeum in #457
- docs: Use consistent punctuation in section headers by @fmeum in #458
- tests: include bazel example in e2e_installer pipeline by @mlsandnerCI in #460
Full Changelog: v0.8.0...v0.9.0