Skip to content

Release v0.37.1

Latest

Choose a tag to compare

@auth-for-create-pull-request auth-for-create-pull-request released this 31 Jan 16:42
· 12 commits to main since this release
37462c5

What Has Changed

What's Changed

Highlights

  • chore: update README.md for v0.37.0 by @auth-for-create-pull-request[bot] in #574
  • ci: disable draft PRs for publish-to-bcr workflow by @cgrindel in #576

Dependency Updates

  • chore(deps): update dependency rules_swift_package_manager to v1.12.0 by @renovate[bot] in #566
  • chore(deps): update dependency rules_python to v1.8.2 by @renovate[bot] in #573
  • chore(deps): update dependency rules_python to v1.8.3 by @renovate[bot] in #575

Full Changelog: v0.37.0...v0.37.1

Bazel Module Snippet

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

Workspace Snippet

http_archive(
    name = "rules_bazel_integration_test",
    sha256 = "54285bcd394e236ff86d2cbcc5c4d2c91385e025562b36fbbe7696f6d3b4e1f0",
    urls = [
        "https://github.com/bazel-contrib/rules_bazel_integration_test/releases/download/v0.37.1/rules_bazel_integration_test.v0.37.1.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()