Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 11:03
· 30 commits to main since this release
4e2c620

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.4.0")

What's Changed

Full Changelog: v0.3.1...v0.4.0