Skip to content

Commit 04ba01f

Browse files
committed
Version bump to v1.1.0
1 parent 2c5206d commit 04ba01f

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module(
44
name = "bazel_annotate_buildkite_plugin",
5-
version = "1.0.0",
5+
version = "1.1.0",
66
)
77

88
bazel_dep(name = "protobuf", version = "31.1")

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
command: |
5252
bazel build //... --build_event_binary_file=bazel-events.pb
5353
plugins:
54-
- bazel-annotate#v1.0.0:
54+
- bazel-annotate#v1.1.0:
5555
bep_file: bazel-events.pb
5656
```
5757
@@ -64,7 +64,7 @@ steps:
6464
# Command might not produce a BEP file
6565
bazel build //...
6666
plugins:
67-
- bazel-annotate#v1.0.0:
67+
- bazel-annotate#v1.1.0:
6868
skip_if_no_bep: true
6969
```
7070
@@ -76,7 +76,7 @@ steps:
7676
command: |
7777
bazel test //... --build_event_binary_file=bazel-test-events.pb
7878
plugins:
79-
- bazel-annotate#v1.0.0:
79+
- bazel-annotate#v1.1.0:
8080
bep_file: bazel-test-events.pb
8181
```
8282
@@ -88,21 +88,21 @@ steps:
8888
command: |
8989
bazel build //... --build_event_binary_file=bazel-build-events.pb
9090
plugins:
91-
- bazel-annotate#v1.0.0:
91+
- bazel-annotate#v1.1.0:
9292
bep_file: bazel-build-events.pb
93-
93+
9494
- label: "🧪 Test with Bazel"
9595
command: |
9696
bazel test //... --build_event_binary_file=bazel-test-events.pb
9797
plugins:
98-
- bazel-annotate#v1.0.0:
98+
- bazel-annotate#v1.1.0:
9999
bep_file: bazel-test-events.pb
100-
100+
101101
- label: "📦 Package with Bazel"
102102
command: |
103103
bazel run //:package --build_event_binary_file=bazel-package-events.pb
104104
plugins:
105-
- bazel-annotate#v1.0.0:
105+
- bazel-annotate#v1.1.0:
106106
bep_file: bazel-package-events.pb
107107
```
108108

0 commit comments

Comments
 (0)