Skip to content

Commit 3dbfbcf

Browse files
committed
Add a CHANGELOG, correct presubmit yml, and bump the version to 0.2.0
1 parent 1aa574d commit 3dbfbcf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.bazelci/presubmit.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
tasks:
33
ubuntu1804:
44
build_targets:
5-
- "..."
5+
- "//:*"
66
test_targets:
7-
- "..."
7+
- "//:*"
88
macos:
99
build_targets:
10-
- "..."
10+
- "//:*"
1111
test_targets:
12-
- "..."
12+
- "//:*"

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module(
22
name = "openapi_tools_generator_bazel",
3-
version = "0.1.7",
3+
version = "0.2.0",
44
compatibility_level = 0,
55
)
66

0 commit comments

Comments
 (0)