@@ -48,18 +48,18 @@ BEGIN_UNRELEASED_TEMPLATE
48
48
END_UNRELEASED_TEMPLATE
49
49
-->
50
50
51
- {#v0-0 -0}
52
- ## Unreleased
51
+ {#v1-7 -0}
52
+ ## [ 1.7.0 ] - 2025-10-11
53
53
54
- [ 0.0 .0] : https://github.com/bazel-contrib/rules_python/releases/tag/0.0 .0
54
+ [ 1.7 .0] : https://github.com/bazel-contrib/rules_python/releases/tag/1.7 .0
55
55
56
- {#v0-0 -0-removed}
56
+ {#v1-7 -0-removed}
57
57
### Removed
58
58
* (core rules) Support for Bazel's long deprecated "extra actions" has been
59
59
removed
60
60
([ #3215 ] ( https://github.com/bazel-contrib/rules_python/issues/3215 ) ).
61
61
62
- {#v0-0 -0-changed}
62
+ {#v1-7 -0-changed}
63
63
### Changed
64
64
* (deps) bumped rules_cc dependency to ` 0.1.5 ` .
65
65
* (bootstrap) For {obj}` --bootstrap_impl=system_python ` , ` PYTHONPATH ` is no
@@ -88,7 +88,7 @@ END_UNRELEASED_TEMPLATE
88
88
89
89
[ 20251010 ] : https://github.com/astral-sh/python-build-standalone/releases/tag/20251010
90
90
91
- {#v0-0 -0-fixed}
91
+ {#v1-7 -0-fixed}
92
92
### Fixed
93
93
* (rules) The ` PyInfo ` constructor was setting the wrong value for
94
94
` has_py3_only_sources ` - this is now fixed.
@@ -117,7 +117,7 @@ END_UNRELEASED_TEMPLATE
117
117
* (rules) {obj}` py_console_script_binary ` is now compatible with symbolic macros
118
118
([ #3195 ] ( https://github.com/bazel-contrib/rules_python/pull/3195 ) ).
119
119
120
- {#v0-0 -0-added}
120
+ {#v1-7 -0-added}
121
121
### Added
122
122
* (runfiles) The Python runfiles library now supports Bazel's
123
123
` --incompatible_compact_repo_mapping_manifest ` flag.
@@ -1980,4 +1980,4 @@ Breaking changes:
1980
1980
* (pip) Create all_data_requirements alias
1981
1981
* Expose Python C headers through the toolchain.
1982
1982
1983
- [ 0.24.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
1983
+ [ 0.24.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/0.24.0
0 commit comments