Releases: theoremlp/rules_pydeps
Releases · theoremlp/rules_pydeps
v0.3.0
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_pydeps", version = "0.3.0")
What's Changed
- Update dependency pytest to ~=8.3.4 by @renovate-thm in #3
New Contributors
- @renovate-thm made their first contribution in #3
Full Changelog: v0.2.0...v0.3.0
v0.2.0
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_pydeps", version = "0.2.0")
What's Changed
New Contributors
Full Changelog: v0.1.2...v0.2.0
v0.1.2
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_pydeps", version = "0.1.2")
Full Changelog: v0.1.1...v0.1.2
v0.1.1
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_pydeps", version = "0.1.1")
v0.1.0
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_pydeps", version = "0.1.0")
Full Changelog: https://github.com/theoremlp/rules_pydeps/commits/v0.1.0