Skip to content

Tags: bazelbuild/rules_proto

Tags

7.1.0

Merge pull request #231 from bazelbuild:rm_docs

PiperOrigin-RevId: 707393407

7.0.3

Merge pull request #229 from fmeum:patch-1

PiperOrigin-RevId: 706599789

7.0.2

No public description

PiperOrigin-RevId: 695657735

7.0.1

No public description

PiperOrigin-RevId: 694097155

7.0.0

Merge pull request #227 from comius:upgrade-rules_cc

PiperOrigin-RevId: 693742825

6.0.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix Bazel version to 7.1.2, update lock file, fix no bzlmod builds (#217

)

6.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: fix stardoc targets (#209)

https://github.com/bazelbuild/rules_proto/commits/main/ has been red
since Feb 12.

We need to pick up
bazel-contrib/bazel_features#33 to fix it.

Allows the 6.0.0 release to complete.

6.0.0-rc3

Verified

This commit was signed with the committer’s verified signature.
alexeagle Alex Eagle
chore: fix stardoc targets

We need to pick up bazel-contrib/bazel_features#33

6.0.0-rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update protobuf to 23.1 (#200)

This PR updates protobuf to version 23.1.

It's a lesser version than the update in #187, but 23.1 has the virtue
of already [being present in
BCR](https://github.com/bazelbuild/bazel-central-registry/tree/main/modules/protobuf/23.1).

Fixes #178

6.0.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: introduce toolchain helper (#194)

This is not final yet, I just want to test out with rules_python first.
Welcome to review though.

Also due to bazelbuild/bazel#20297 i can't
write unit tests for the incompatible flag. I'll look for a workaround.