Skip to content

Commit 7e72aff

Browse files
committed
Add a CHANGELOG, correct presubmit yml, and bump the version to 0.2.0
1 parent 6146902 commit 7e72aff

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

.bazelci/presubmit.yml

+4-4
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+
- "//:*"

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [0.2.0] - 2025-03-18
9+
10+
### Added
11+
12+
- Add CI to automatically publish to BCR
13+
- Update to support bazel v7+, and register in BCR

MODULE.bazel

+1-1
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)