Skip to content

0.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jan 22:02
· 90 commits to main since this release
d664f2d

WORKSPACE setup:

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

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

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0