Skip to content

0.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Mar 08:07
· 75 commits to main since this release
bb0a48f

WORKSPACE setup:

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

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

What's Changed

Full Changelog: 0.6.0...0.6.1