Skip to content

Commit

Permalink
Release 7.0.0-pre.20230823.4 (2023-08-30)
Browse files Browse the repository at this point in the history
Baseline: d55c11b

Cherry picks:

   + 34c5ef2:
     make sure IdempotencyChecker use the correct rule transition and
     remove redundant computeTransition calls.
   + 32d018e:
     Make targets in analysis completed events visible.

Incompatible changes:

  - The --apple_compiler command line option is not available anymore.
  - py_transitions top-level was removed.

Important changes:

  - Android resources will no longer propagate through neverlinked
    libraries by default.

This release contains contributions from many people at Google, as well as Alex Eagle, arun.sampathkumar, Benjamin Lee, Fabian Meumertzheim, Gunnar Wagenknecht, Julio Merino, Keith Smiley, Nicholas Junge.
  • Loading branch information
Bazel Release System authored and fweikert committed Aug 30, 2023
1 parent 2c032bd commit d6f6bd2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## Release 7.0.0-pre.20230823.4 (2023-08-30)

```
Baseline: d55c11b658255a4574e0b3eb50d76dd6123866e6

Cherry picks:

+ 34c5ef22e88eba60238ad3735b74ea71db1c993e:
make sure IdempotencyChecker use the correct rule transition and
remove redundant computeTransition calls.
+ 32d018ea402a5acbb574b7f4bf600b3cc040778c:
Make targets in analysis completed events visible.
```

Incompatible changes:

- The --apple_compiler command line option is not available anymore.
- py_transitions top-level was removed.

Important changes:

- Android resources will no longer propagate through neverlinked
libraries by default.

This release contains contributions from many people at Google, as well as Alex Eagle, arun.sampathkumar, Benjamin Lee, Fabian Meumertzheim, Gunnar Wagenknecht, Julio Merino, Keith Smiley, Nicholas Junge.

## Release 7.0.0-pre.20230816.3 (2023-08-25)

```
Expand Down

0 comments on commit d6f6bd2

Please sign in to comment.