Skip to content

v0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 03 May 16:35
· 1 commit to main since this release

Using Bzlmod with Bazel 6+

  1. Enable with common --enable_bzlmod in .bazelrc (not needed for Bazel 7+).
  2. Add to your MODULE.bazel file:
bazel_dep(name = "rules_apt", version = "0.1.1")

Full Changelog: 0.1.0...v0.1.1