Skip to content

Commit f47cffa

Browse files
committed
add full unreleased changelog section
1 parent 6a9430d commit f47cffa

File tree

1 file changed

+22
-5
lines changed

1 file changed

+22
-5
lines changed

CHANGELOG.md

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,34 @@ BEGIN_UNRELEASED_TEMPLATE
4747
END_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

0 commit comments

Comments
 (0)