Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Apr 19:40
6542264

MODULE.bazel setup:

bazel_dep(name = "com_github_benchsci_rules_nodejs_gazelle", version = "0.7.0", repo_name = "com_github_benchsci_rules_nodejs_gazelle")

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "474ddeddff0e4c6c73637af6a61d8163d433b3e0234a7e1b0e2bfb8f1758732a",
    strip_prefix = "rules_nodejs_gazelle-0.7.0",
    url = "https://github.com/benchsci/rules_nodejs_gazelle/releases/download/v0.7.0/rules_nodejs_gazelle-v0.7.0.tar.gz",
)

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.7.0