Skip to content

Commit

Permalink
Release 8.0.0-pre.20240729.1 (2024-08-01)
Browse files Browse the repository at this point in the history
Baseline: d08bb13

Important changes:

  - `--compile_one_dependency` selects header-only `cc_library`s in
    more cases

This release contains contributions from many people at Google, as well as Cornelius Riemenschneider, Fabian Meumertzheim, Keith Smiley, M. Taimoor Zaeem.
  • Loading branch information
Bazel Release System authored and keertk committed Aug 1, 2024
1 parent d08bb13 commit 77b924b
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
## Release 8.0.0-pre.20240729.1 (2024-08-01)

```
Baseline: d08bb13369d840af35a26b5e38b3d0adb896fd29
```

Important changes:

- `--compile_one_dependency` selects header-only `cc_library`s in
more cases

This release contains contributions from many people at Google, as well as Cornelius Riemenschneider, Fabian Meumertzheim, Keith Smiley, M. Taimoor Zaeem.

## Release 8.0.0-pre.20240724.1 (2024-07-30)

```
Baseline: 0803ad3770155be411a703950502dc71743017bd
```

Important changes:

- Added `--experimental_collect_skyframe_counts_in_profiler` to
collect Skyframe node counts in the JSON profile over time.
Currently, the following SkyFunctions are measured: `BZL_LOAD`,
`GLOB`, `GLOBS`, `PACKAGE`, `CONFIGURED_TARGET`, `ASPECT`,
`ACTION_EXECUTION`.

This release contains contributions from many people at Google, as well as Fabian Meumertzheim, Jamison Lahman, Jordan Mele, Son Luong Ngoc.

## Release 8.0.0-pre.20240718.2 (2024-07-26)

```
Expand Down

0 comments on commit 77b924b

Please sign in to comment.