We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dfd609 commit afbb853Copy full SHA for afbb853
1 file changed
CHANGELOG.md
@@ -38,7 +38,8 @@ BEGIN_UNRELEASED_TEMPLATE
38
39
{#v0-0-0-fixed}
40
### Fixed
41
-* Nothing fixed.
+* (gazelle) Remove {obj}`py_binary` targets with invalid `srcs`. This includes files
42
+ that are not generated or regular files.
43
44
{#v0-0-0-added}
45
### Added
@@ -118,8 +119,6 @@ END_UNRELEASED_TEMPLATE
118
119
([#3262](https://github.com/bazel-contrib/rules_python/issues/3262)).
120
* (rules) {obj}`py_console_script_binary` is now compatible with symbolic macros
121
([#3195](https://github.com/bazel-contrib/rules_python/pull/3195)).
-* (gazelle) Remove py_binary targets with invalid srcs. This includes files
122
- that are not generated or regular files.
123
124
{#v1-7-0-added}
125
0 commit comments