Skip to content

Commit 8f36378

Browse files
Bazel Release Systemfweikert
authored andcommitted
Release 6.0.0-pre.20220223.1 (2022-03-02)
Baseline: 24e8242 Important changes: - Include more information about configurations in cquery proto formatted output. This deprecates the configuration field of AnalysisProtosV2.ConfiguredTarget, and adds a new field, configuration_id, to be used instead. - experimental cc_library.implementation_deps inverted to interface_deps - In aquery and cquery proto output, indicate if a configuration is a tool or non-tool configuration. - Include complete configurations in cquery proto output. - experimental cc_library.implementation_deps inverted to interface_deps This release contains contributions from many people at Google, as well as Benjamin Peterson, Keith Smiley, Mostyn Bramley-Moore, Sven Tiffe.
1 parent fa761f8 commit 8f36378

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
## Release 6.0.0-pre.20220223.1 (2022-03-02)
2+
3+
```
4+
Baseline: 24e82426e689853b0d9a04e7b9b6f13e145cf2d6
5+
```
6+
7+
Important changes:
8+
9+
- Include more information about configurations in cquery proto
10+
formatted output. This deprecates the configuration field of
11+
AnalysisProtosV2.ConfiguredTarget, and adds a new field,
12+
configuration_id, to
13+
be used instead.
14+
- experimental cc_library.implementation_deps inverted to
15+
interface_deps
16+
- In aquery and cquery proto output, indicate if a configuration is
17+
a
18+
tool or non-tool configuration.
19+
- Include complete configurations in cquery proto output.
20+
- experimental cc_library.implementation_deps inverted to
21+
interface_deps
22+
23+
This release contains contributions from many people at Google, as well as Benjamin Peterson, Keith Smiley, Mostyn Bramley-Moore, Sven Tiffe.
24+
125
## Release 6.0.0-pre.20220216.3 (2022-02-24)
226

327
```

0 commit comments

Comments
 (0)