Skip to content

Releases: bazelbuild/bazel-worker-api

v0.0.4

20 Nov 23:18
3dfa382
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.3...v0.0.4

v0.0.3

13 Nov 00:56
c56e6c0
Compare
Choose a tag to compare

What's Changed

  • Add loads for java_proto_library and proto_library by @ahumesky in #5

New Contributors

Full Changelog: v0.0.2...v0.0.3

v0.0.2

28 Oct 20:40
683e1fc
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.0.1...v0.0.2

0.0.1

12 Sep 01:54
Compare
Choose a tag to compare

First release.

Usage: depending on your use case, add one or both of these lines to your MODULE.bazel:

bazel_dep(name = "bazel_worker_api", version = "0.0.1")
bazel_dep(name = "bazel_worker_java", version = "0.0.1")