Skip to content

0.14.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Jun 17:03
8c7843c

What's Changed

  • Grab RunEnvironmentInfo from targets in commands by @keith in #84
  • fix: use merge_all() to avoid O(n)-depth runfiles NestedSet nesting by @honnix in #86

New Contributors

Full Changelog: 0.13.0...0.14.0

MODULE.bazel Snippet

bazel_dep(name = "rules_multirun", version = "0.14.0")

Workspace Snippet

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_multirun",
    sha256 = "22782e7051f19a0c340d978c6d5bb596254980da77acf384f206c65b2722907a",
    url = "https://github.com/keith/rules_multirun/releases/download/0.14.0/rules_multirun.0.14.0.tar.gz",
)