File tree Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Expand file tree Collapse file tree 1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,27 @@ Unreleased changes template.
5252
5353{#v0-0-0-changed}
5454### Changed
55+ * Nothing changed.
56+
57+ {#v0-0-0-fixed}
58+ ### Fixed
59+ * Nothing fixed.
60+
61+ {#v0-0-0-added}
62+ ### Added
63+ * Nothing added.
64+
65+ {#v0-0-0-removed}
66+ ### Removed
67+ * Nothing removed.
68+
69+ {#v1-0-0}
70+ ## [ 1.0.0] - 2024-12-05
71+
72+ [ 1.0.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/1.0.0
73+
74+ {#v1-0-0-changed}
75+ ### Changed
5576
5677** Breaking** :
5778* (toolchains) stop exposing config settings in python toolchain alias repos.
@@ -82,7 +103,7 @@ Other changes:
82103* (deps) bazel_features 1.21.0; necessary for compatiblity with Bazel 8 rc3
83104* (deps) stardoc 0.7.2 to support Bazel 8.
84105
85- {#v0 -0-0-fixed}
106+ {#v1 -0-0-fixed}
86107### Fixed
87108* (toolchains) stop depending on ` uname ` to get the value of the host platform.
88109* (pypi): Correctly handle multiple versions of the same package in the requirements
@@ -103,7 +124,7 @@ Other changes:
103124* (rules) ` py_test ` and ` py_binary ` targets no longer incorrectly remove the
104125 first ` sys.path ` entry when using {obj}` --bootstrap_impl=script `
105126
106- {#v0 -0-0-added}
127+ {#v1 -0-0-added}
107128### Added
108129* (gazelle): Parser failures will now be logged to the terminal. Additional
109130 details can be logged by setting ` RULES_PYTHON_GAZELLE_VERBOSE=1 ` .
@@ -121,7 +142,7 @@ Other changes:
121142 initialize the interpreter via venv startup hooks.
122143* (runfiles) (Bazel 7.4+) Added support for spaces and newlines in runfiles paths
123144
124- {#v0 -0-0-removed}
145+ {#v1 -0-0-removed}
125146### Removed
126147* (pypi): Remove ` pypi_install_dependencies ` macro that has been included in
127148 {bzl: obj }` py_repositories ` for a long time.
You can’t perform that action at this time.
0 commit comments