Skip to content

Releases: bazel-contrib/rules_runfiles_group

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 27 Jul 15:04

Add to your MODULE.bazel file:

bazel_dep(name = "rules_runfiles_group", version = "0.1.0")

What's Changed

  • add global RunfilesGroupInfo on/off flag by @malt3 in #21
  • Heap usage reduction by @malt3 in #22

Full Changelog: v0.0.1...v0.1.0

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 07 Jul 16:07
dfe1248

Add to your MODULE.bazel file:

bazel_dep(name = "rules_runfiles_group", version = "0.0.1")

What's Changed

New Contributors

Full Changelog: v0.0.1-rc.5...v0.0.1

v0.0.1-rc.5

Choose a tag to compare

@github-actions github-actions released this 11 May 12:36
78c2200

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

v0.0.1-rc.4 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 May 20:47
e2c05c1

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.3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 01 May 16:30

Add to your MODULE.bazel file:

bazel_dep(name = "rules_runfiles_group", version = "0.0.1-rc.3")

What's Changed

  • example: make reuse easier by @malt3 in #9
  • example: add generated source files by @malt3 in #10
  • Add support for group weights by @malt3 in #11

Full Changelog: v0.0.1-rc.2...v0.0.1-rc.3

v0.0.1-rc.2

v0.0.1-rc.2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Apr 09:59

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

v0.0.1-rc.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Apr 19:53

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

  • @malt3 made their first contribution in #1

Full Changelog: https://github.com/hermeticbuild/rules_runfiles_group/commits/v0.0.1-rc.1