0.11.1
Version 0.11.1
Changelog
- Release/packaging fixes (no API changes): self-contained release archives; hardened
trigger_release.sh.
For Bazel MODULES.bazel
bazel_dep(name = "helly25_mbo", version = "0.11.1")Using the provided LLVM
Copy llvm.MODULE.bazel to your repository's root directory and add the following line to your MODULES.bazel file or paste the whole contents into it.
include("//:llvm.MODULE.bazel")Using the provided development modules
Copy dev.MODULE.bazel to your repository's root directory and add the following line to your MODULES.bazel file or paste the whole contents into it. It provides the dev-only Hedron compile-commands extractor (generates compile_commands.json for clangd) and depend_on_what_you_use.
include("//:dev.MODULE.bazel")What's Changed
- ci: harden the release path by @helly25 in #194
- Bump version from 0.11.0 to 0.11.1 by @helly25 in #195
- ci(release): make release archives self-contained by @helly25 in #196
- chore(release): 0.11.1 changelog note + trunk linter bump by @helly25 in #197
Full Changelog: 0.11.0...0.11.1