Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Mar 16:53
· 9 commits to main since this release
23ec04e

Using Bzlmod with Bazel 6

  1. Enable with common --enable_bzlmod in .bazelrc.
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_multitool", version = "0.4.0")

What's Changed

  • feat: add a JSON schema so that tools like editors give completion an… by @alexeagle in #15
  • Split exec and target toolchain definitions by @mark-thm in #18
  • Move _declare_toolchain to toolchain_info.bzl by @mark-thm in #19
  • README: add $schema for tooling assistance by @alexeagle in #20

Full Changelog: v0.3.0...v0.4.0