Skip to content

v0.9.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 08:31
· 41 commits to main since this release
fd1c566

WORKSPACE setup:

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

load("@com_cognitedata_bazel_snapshots//snapshots:dependencies.bzl", "snapshots_dependencies")

snapshots_dependencies()

load("@com_cognitedata_bazel_snapshots//snapshots:repositories.bzl", "snapshots_register_toolchains")

snapshots_register_toolchains()

What's Changed

Full Changelog: v0.8.0...v0.9.0