Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Nov 11:03
5f59aa6

Using Bzlmod with Bazel 7

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

What's Changed

  • Update bazel-contrib/setup-bazel action to v0.9.1 by @renovate-thm in #33

Full Changelog: v0.12.0...v0.13.0