Skip to content

Release v0.16.0

Compare
Choose a tag to compare
@auth-for-create-pull-request auth-for-create-pull-request released this 31 Aug 16:11
· 286 commits to main since this release
2984fa6

What's Changed

  • chore: update README.md for v0.15.1 by @auth-for-create-pull-request in #179
  • Use a default for current version when none is specified. by @katre in #180
  • Export runfiles environment for non-Windows tests. by @katre in #183
  • Use bazelisk to download bazels for tests, instead of trying to download by @katre in #181
  • chore(deps): upgrade cgrindel_bazel_starlib to 0.17.0 by @cgrindel in #186
  • chore(deps): update dependency apple/swift-argument-parser to from: "1.2.3" by @renovate in #177

Full Changelog: v0.15.1...v0.16.0

Bazel Module Snippet

bazel_dep(
    name = "rules_bazel_integration_test",
    version = "0.16.0",
    dev_dependency = True,
)

Workspace Snippet

http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "cae27bc907fa036e40e57c952867a2ea8ea0ef7e10ecd599ce09887bf60fb1af",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.16.0/rules_bazel_integration_test.v0.16.0.tar.gz",
    ],
)

load("@rules_bazel_integration_test//bazel_integration_test:deps.bzl", "bazel_integration_test_rules_dependencies")

bazel_integration_test_rules_dependencies()

load("@cgrindel_bazel_starlib//:deps.bzl", "bazel_starlib_dependencies")

bazel_starlib_dependencies()

load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()