v4.0.0
Using bzlmod with Bazel 6 or later:
Add to your MODULE.bazel file:
bazel_dep(name = "build_stack_rules_proto", version = "v4.0.0")What's Changed
- python: Provide python rules via CrossResolve. by @DolceTriade in #316
- Fix failing
grpc_testby @pcj in #366 - Fix proto_compiled_sources with strip_import_prefix by @pcj in #365
- Add stackb:rules_proto:grpc_zio_scala_library by @pcj in #350
- Advertise Zio symbols if the label includes "zio" by @pcj in #385
- Migrate to Bzlmod (v3) by @pcj in #389
- Update docs for 4.x.x by @pcj in #390
- bazelrc: remove blake3 digest function by @pcj in #391
- proto_compile: remove use of ctx.resolve_tools by @pcj in #393
New Contributors
- @DolceTriade made their first contribution in #316
Full Changelog: v3.2.0...v4.0.0