Skip to content

Release v0.20.2

Compare
Choose a tag to compare
@cgrindel-app-token-generator cgrindel-app-token-generator released this 23 Mar 18:33
· 53 commits to main since this release
e5dbd97

What Has Changed

What's Changed

  • fix: add Bazel version to the run_tests section of BCR presubmit by @cgrindel in #403

Full Changelog: v0.20.1...v0.20.2

Bazel Module Snippet

bazel_dep(name = "cgrindel_bazel_starlib", version = "0.20.2")

Workspace Snippet

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

http_archive(
    name = "cgrindel_bazel_starlib",
    sha256 = "1749e14037e67cfeaf28b71334ef4ade7727edaafc890f8cee7648939eae77d4",
    urls = [
        "https://github.com/cgrindel/bazel-starlib/releases/download/v0.20.2/bazel-starlib.v0.20.2.tar.gz",
    ],
)

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

bazel_starlib_dependencies()

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

bazel_skylib_workspace()