File tree Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Expand file tree Collapse file tree 1 file changed +22
-5
lines changed Original file line number Diff line number Diff line change @@ -47,17 +47,34 @@ BEGIN_UNRELEASED_TEMPLATE
4747END_UNRELEASED_TEMPLATE
4848-->
4949
50- {#1 -6 -0}
51- ## [ 1.6.0 ] - 2025-08-23
50+ {#v0-0 -0}
51+ ## Unreleased
5252
53- [ 1.6.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.0
53+ [ 0.0.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/0.0.0
54+
55+ {#v0-0-0-changed}
56+ ### Changed
57+ * Nothing changed.
5458
5559{#v0-0-0-fixed}
56- ## Fixed
60+ ### Fixed
5761* (bootstrap) The stage1 bootstrap script now correctly handles nested ` RUNFILES_DIR `
5862 environments, fixing issues where a ` py_binary ` calls another ` py_binary `
5963 ([ #3187 ] ( https://github.com/bazel-contrib/rules_python/issues/3187 ) ).
6064
65+ {#v0-0-0-added}
66+ ### Added
67+ * Nothing added.
68+
69+ {#v0-0-0-removed}
70+ ### Removed
71+ * Nothing removed.
72+
73+ {#1 -6-0}
74+ ## [ 1.6.0] - 2025-08-23
75+
76+ [ 1.6.0 ] : https://github.com/bazel-contrib/rules_python/releases/tag/1.6.0
77+
6178{#1 -6-0-changed}
6279### Changed
6380* (gazelle) update minimum gazelle version to 0.36.0 - may cause BUILD file changes
@@ -108,7 +125,7 @@ END_UNRELEASED_TEMPLATE
108125 name.
109126* (pypi) The selection of the whls has been changed and should no longer result
110127 in ambiguous select matches ({gh-issue}` 2759 ` ) and should be much more efficient
111- when running ` bazel query ` due to fewer repositories being included
128+ when running ` bazel query ` due to fewer repositories being included
112129 ({gh-issue}` 2849 ` ).
113130* Multi-line python imports (e.g. with escaped newlines) are now correctly processed by Gazelle.
114131* (toolchains) ` local_runtime_repo ` works with multiarch Debian with Python 3.8
You can’t perform that action at this time.
0 commit comments