Skip to content

Commit 7a7f1d3

Browse files
committed
Changelog
1 parent 3aacdcf commit 7a7f1d3

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,30 @@ BEGIN_UNRELEASED_TEMPLATE
4848
END_UNRELEASED_TEMPLATE
4949
-->
5050

51+
{#v0-0-0}
52+
## Unreleased
53+
54+
[0.0.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.0.0
55+
56+
{#v0-0-0-removed}
57+
### Removed
58+
59+
* Nothing removed.
60+
{#v0-0-0-changed}
61+
### Changed
62+
* Nothing changed.
63+
64+
{#v0-0-0-fixed}
65+
### Fixed
66+
* Nothing fixed.
67+
68+
{#v0-0-0-added}
69+
### Added
70+
* (gazelle) A new directive `python_generate_pyi_deps` has been added. When
71+
`true`, a py_* target's `pyi_srcs` attribute will be set if any `.pyi` files
72+
that are associated with the target's `srcs` are present.
73+
([#3354](https://github.com/bazel-contrib/rules_python/issues/3354)).
74+
5175
{#v1-7-0}
5276
## [1.7.0] - 2025-10-11
5377

@@ -1980,4 +2004,4 @@ Breaking changes:
19802004
* (pip) Create all_data_requirements alias
19812005
* Expose Python C headers through the toolchain.
19822006

1983-
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
2007+
[0.24.0]: https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0

0 commit comments

Comments
 (0)