Skip to content

Releases: theoremlp/rules_uv

v0.4.0

30 Apr 11:00
9349129
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

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

What's Changed

  • Update Multitool Versions by @thm-automation in #17
  • Update Multitool Versions by @thm-automation in #18
  • Update Multitool Versions by @thm-automation in #19
  • Update renovatebot/github-action action to v40.1.11 by @renovate-thm in #20
  • Update Multitool Versions by @thm-automation in #21

Full Changelog: v0.3.0...v0.4.0

v0.3.0

22 Apr 18:02
e18a603
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

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

What's Changed

  • Update Multitool Versions by @thm-automation in #13
  • Update Multitool Versions by @thm-automation in #14
  • Add '--no-strip-extras' to uv pip calls by @mark-thm in #15
  • Add support for specifying python_platform in pip_compile by @mark-thm in #16

New Contributors

  • @thm-automation made their first contribution in #13

Full Changelog: v0.2.0...v0.3.0

v0.2.0

18 Apr 15:46
3195638
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

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

What's Changed

New Contributors

  • @mark-thm made their first contribution in #2
  • @renovate-thm made their first contribution in #9

Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Mar 01:21
Compare
Choose a tag to compare

Using Bzlmod with Bazel 7

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

Full Changelog: https://github.com/theoremlp/rules_uv/commits/v0.1.0