From bf15b595342aae6eb158ee8263f67274e698f6c7 Mon Sep 17 00:00:00 2001 From: Bazel Release System Date: Thu, 18 Aug 2022 13:04:22 +0200 Subject: [PATCH] Release 6.0.0-pre.20220810.1 (2022-08-18) Baseline: 5767cba4044c2bfd8a4c9596c44d2363630b489d Incompatible changes: - Added a new flag --incompatible_unambiguous_label_stringification, which causes labels in the main repo to stringify into unambiguous forms starting with an @. See https://github.com/bazelbuild/bazel/issues/15916 for more information. This release contains contributions from many people at Google, as well as Philipp Schrader. --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6002324206585a..393c0846c1a53d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## Release 6.0.0-pre.20220810.1 (2022-08-18) + +``` +Baseline: 5767cba4044c2bfd8a4c9596c44d2363630b489d +``` + +Incompatible changes: + + - Added a new flag + --incompatible_unambiguous_label_stringification, which causes + labels in the main repo to stringify into unambiguous forms + starting with an @. See + https://github.com/bazelbuild/bazel/issues/15916 for more + information. + +This release contains contributions from many people at Google, as well as Philipp Schrader. + ## Release 6.0.0-pre.20220804.3 (2022-08-11) ```