Skip to content

0.5.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 22:23
· 89 commits to main since this release
4ad94fa

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_cognitedata_bazel_snapshots",
    sha256 = "57363bcc74c3b814f8cb81b326680c4b3ac3d6386c8ee6150c0d5f2439e22a52",
    url = "https://github.com/cognitedata/bazel-snapshots/releases/download/0.5.1/snapshots-0.5.1.tar",
)

load("@com_cognitedata_bazel_snapshots//:repo.bzl", "snapshots_repos")
snapshots_repos()

What's Changed

Full Changelog: 0.5.0...0.5.1