Skip to content

v0.5.4

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Apr 19:45
· 6 commits to main since this release
ceeb12c

MODULE.bazel Usage

bazel_dep(name = "rules_buf", version = "0.5.4")

WORKSPACE Usage

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
    name = "rules_buf",
    sha256 = "6675ba41a9e8ae2950602ce366b14815476714760286ca8d17c9418a07fdf35c",
    strip_prefix = "rules_buf-0.5.4",
    urls = [
        "https://github.com/bufbuild/rules_buf/releases/download/v0.5.4/rules_buf-0.5.4.tar.gz",
    ],
)

Note

This is a re-release of v0.5.3 with a fix for BCR publishing.

What's Changed

New Contributors

Full Changelog: v0.5.2...v0.5.4