Releases: theoremlp/rules_uv
Releases · theoremlp/rules_uv
v0.4.0
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - 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
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - 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
Using Bzlmod with Bazel 7
- Enable with
common --enable_bzlmod
in.bazelrc
. - Add to your
MODULE.bazel
file:
bazel_dep(name = "rules_uv", version = "0.2.0")
What's Changed
- Add autosquash by @mark-thm in #2
- Delete unused file by @mark-thm in #3
- Update uv by @mark-thm in #1
- Add automation to update uv by @mark-thm in #4
- Use ubuntu-latest for periodic-update-multitool by @mark-thm in #5
- Fix automation for untar'ing xz files on linux by @mark-thm in #6
- Use env to refer to a consistent lockfile name in automation by @mark-thm in #7
- Add reviewbot and renovate automation by @mark-thm in #8
- Update bazel-contrib/.github action to v6 by @renovate-thm in #9
- Create CODEOWNERS by @mark-thm in #11
- Add autorelease automation by @mark-thm in #12
New Contributors
Full Changelog: v0.1.0...v0.2.0
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_uv", version = "0.1.0")
Full Changelog: https://github.com/theoremlp/rules_uv/commits/v0.1.0