Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 11:07
· 3 commits to main since this release
911537f

Using Bzlmod with Bazel 7

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

What's Changed

  • Update actions/checkout action to v5 by @renovate-thm[bot] in #16

Full Changelog: v0.4.0...v0.5.0