From 9f0a0c5719c2247aedd7bed0c6b8e59726a9e613 Mon Sep 17 00:00:00 2001 From: Bazel Release System Date: Thu, 25 Apr 2024 18:08:18 +0200 Subject: [PATCH] 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. --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8901f6a8a3e85c..7930bd2a7177f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ```