Skip to content

v0.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 03:25
· 37 commits to main since this release
ee27223

WORKSPACE setup:

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
    name = "com_github_benchsci_rules_nodejs_gazelle",
    sha256 = "ff2591d58d120a5e056128ad3510486a9846cc16f18ef926f8677ca724a22ca5",
    strip_prefix = "rules_nodejs_gazelle-ee27223ed0197a2edb884d9c2e1075e920c45926",
    url = "https://github.com/benchsci/rules_nodejs_gazelle/archive/ee27223ed0197a2edb884d9c2e1075e920c45926.tar.gz",
)

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0