Skip to content

Commit

Permalink
Release 8.0.0-pre.20240415.1 (2024-04-25)
Browse files Browse the repository at this point in the history
Baseline: 1115e52

Important changes:

  - toolchain type requirements of rules are now treated as implicit
    dependencies in `bazel query`. This includes those defined via
    the `toolchains` parameter of starlark `rule()` definitions.
  - Starlark `min` and `max` buitins now allow a `key` callback,
    similarly to `sorted`.

This release contains contributions from many people at Google, as well as Alexandre Boulgakov, Brentley Jones, Cameron Martin, Emil Waijers, Fabian Meumertzheim, Xdng Yng.
  • Loading branch information
Bazel Release System authored and fweikert committed Apr 25, 2024
1 parent 1115e52 commit 9f0a0c5
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## Release 8.0.0-pre.20240415.1 (2024-04-25)

```
Baseline: 1115e526662c041214aecb3b4c9550b91f79275a
```

Important changes:

- toolchain type requirements of rules are now treated as implicit
dependencies in `bazel query`. This includes those defined via
the `toolchains` parameter of starlark `rule()` definitions.
- Starlark `min` and `max` buitins now allow a `key` callback,
similarly to `sorted`.

This release contains contributions from many people at Google, as well as Alexandre Boulgakov, Brentley Jones, Cameron Martin, Emil Waijers, Fabian Meumertzheim, Xdng Yng.

## Release 8.0.0-pre.20240404.3 (2024-04-17)

```
Baseline: 609aca860a91b26da7a9a6f90c98e3a67d0b4023

Cherry picks:

+ babc5c3be6227447018290677c1dd0e1ea1bf6cc:
Remove mention of non-existent `--visionos_sdk_version` flag
+ 6288eb92b228ee25f3a1202d26d4b1c9bc25d62a:
Fix capitalization of Apple platforms, Xcode, “SDK”, and
“OS”
+ 0f760395e04cb0accb912be128b4f363663e8d30:
Fix bzl error when the Xcode isn't available remotely but others
are
```

This release contains contributions from many people at Google, as well as Brentley Jones, Fabian Meumertzheim.

## Release 8.0.0-pre.20240401.3 (2024-04-11)

```
Expand Down

0 comments on commit 9f0a0c5

Please sign in to comment.