File tree 3 files changed +18
-5
lines changed
3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 2
2
tasks :
3
3
ubuntu1804 :
4
4
build_targets :
5
- - " ... "
5
+ - " //:* "
6
6
test_targets :
7
- - " ... "
7
+ - " //:* "
8
8
macos :
9
9
build_targets :
10
- - " ... "
10
+ - " //:* "
11
11
test_targets :
12
- - " ... "
12
+ - " //:* "
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
module (
2
2
name = "openapi_tools_generator_bazel" ,
3
- version = "0.1.7 " ,
3
+ version = "0.2.0 " ,
4
4
compatibility_level = 0 ,
5
5
)
6
6
You can’t perform that action at this time.
0 commit comments