Releases: bazel-contrib/rules_runfiles_group
Releases · bazel-contrib/rules_runfiles_group
Release list
v0.1.0
Add to your MODULE.bazel file:
bazel_dep(name = "rules_runfiles_group", version = "0.1.0")What's Changed
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Add to your MODULE.bazel file:
bazel_dep(name = "rules_runfiles_group", version = "0.0.1")What's Changed
- add CODEOWNERS by @anthonyjpratti in #18
- RunfilesGroupMetadataInfo: add merge_affinity field by @malt3 in #19
- cleanup after moving repo to bazel-contrib by @malt3 in #20
New Contributors
- @anthonyjpratti made their first contribution in #18
Full Changelog: v0.0.1-rc.5...v0.0.1
v0.0.1-rc.5
Add to your MODULE.bazel file:
bazel_dep(name = "rules_runfiles_group", version = "0.0.1-rc.5")What's Changed
- add guidance on group names by @malt3 in #15
- RunfilesGroupInfo: store runfiles objects instead of depset[File] by @malt3 in #16
Full Changelog: v0.0.1-rc.4...v0.0.1-rc.5
v0.0.1-rc.4
Add to your MODULE.bazel file:
bazel_dep(name = "rules_runfiles_group", version = "0.0.1-rc.4")What's Changed
- correctly handle data attribute by @malt3 in #12
- example: use shorter path name for loadmap generator by @malt3 in #13
- RunfilesGroupMetadataInfo: allow marking the executable group by @malt3 in #14
Full Changelog: v0.0.1-rc.3...v0.0.1-rc.4
v0.0.1-rc.3
v0.0.1-rc.2
Add to your MODULE.bazel file:
bazel_dep(name = "rules_runfiles_group", version = "0.0.1-rc.2")What's Changed
Full Changelog: v0.0.1-rc.1...v0.0.1-rc.2
v0.0.1-rc.1
Add to your MODULE.bazel file:
bazel_dep(name = "rules_runfiles_group", version = "0.0.1-rc.1")What's Changed
- add a license by @malt3 in #1
- refactor into rules_runfiles_group by @malt3 in #2
- Add runfiles_group_analysis_test by @malt3 in #3
- add starlark_doc_extract targets by @malt3 in #4
- Add simple CI checks by @malt3 in #5
- prepare BCR release by @malt3 in #6
- replace REPO.bazel with .gitignore by @malt3 in #7
New Contributors
Full Changelog: https://github.com/hermeticbuild/rules_runfiles_group/commits/v0.0.1-rc.1