Skip to content

Commit

Permalink
Release prep v0.2.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
srikrsna-buf authored Nov 24, 2023
1 parent ade38fc commit e73e5a5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

module(
name = "rules_buf",
version = "0.0.0", # Replaced when publishing
version = "0.2.0",
compatibility_level = 1,
)

Expand Down
2 changes: 0 additions & 2 deletions buf/defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ Use [gazelle](/gazelle/buf) to auto generate all of these rules based on `buf.ya

load("//buf/internal:breaking.bzl", _buf_breaking_test = "buf_breaking_test")
load("//buf/internal:lint.bzl", _buf_lint_test = "buf_lint_test")
load("//buf/internal:push.bzl", _buf_push = "buf_push")
load("//buf/internal:repo.bzl", _buf_dependencies = "buf_dependencies")

buf_dependencies = _buf_dependencies
buf_push = _buf_push

def buf_breaking_test(timeout = "short", **kwargs):
_buf_breaking_test(timeout = timeout, **kwargs)
Expand Down

0 comments on commit e73e5a5

Please sign in to comment.