Skip to content

Commit f39272a

Browse files
Bazel Release Systemfweikert
Bazel Release System
authored andcommitted
Release 7.0.0-pre.20230209.2 (2023-02-16)
Baseline: 66121a7 Cherry picks: + 534089e: Automated rollback of commit 02b1b78. Incompatible changes: - --incompatible_python_disable_py2 is flipped to true. See #17293 for details. Important changes: - Added a `native.package_relative_label()` function, which converts a label string to a Label object in the context of the calling package, in contrast to `Label()`, which does so in the context of the current .bzl file. Both functions now also accept relative labels such as `:foo`, and are idempotent. This release contains contributions from many people at Google, as well as Benjamin Lee, Benjamin Peterson, Chirag Ramani, Ezekiel Warren, Fabian Meumertzheim, Jon Parise, jonrose-dev, keertk, Sara Adams, yuzhy8701.
1 parent 55347ea commit f39272a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
## Release 7.0.0-pre.20230209.2 (2023-02-16)
2+
3+
```
4+
Baseline: 66121a75d67b92990966fc94771a22b0b4a062e3
5+
6+
Cherry picks:
7+
8+
+ 534089ed10a253b31c499a284079f52a92bc0347:
9+
Automated rollback of commit
10+
02b1b78f0278e2d6d9f294b9cfe86f72f0c9a900.
11+
```
12+
13+
Incompatible changes:
14+
15+
- --incompatible_python_disable_py2 is flipped to true. See #17293
16+
for details.
17+
18+
Important changes:
19+
20+
- Added a `native.package_relative_label()` function, which
21+
converts a label string to a Label object in the context of the
22+
calling package, in contrast to `Label()`, which does so in the
23+
context of the current .bzl file. Both functions now also accept
24+
relative labels such as `:foo`, and are idempotent.
25+
26+
This release contains contributions from many people at Google, as well as Benjamin Lee, Benjamin Peterson, Chirag Ramani, Ezekiel Warren, Fabian Meumertzheim, Jon Parise, jonrose-dev, keertk, Sara Adams, yuzhy8701.
27+
128
## Release 7.0.0-pre.20230128.3 (2023-02-14)
229

330
```

0 commit comments

Comments
 (0)