File tree 1 file changed +24
-3
lines changed
1 file changed +24
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,27 @@ Unreleased changes template.
52
52
53
53
{#v0-0-0-changed}
54
54
### 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
55
76
56
77
** Breaking** :
57
78
* (toolchains) stop exposing config settings in python toolchain alias repos.
@@ -82,7 +103,7 @@ Other changes:
82
103
* (deps) bazel_features 1.21.0; necessary for compatiblity with Bazel 8 rc3
83
104
* (deps) stardoc 0.7.2 to support Bazel 8.
84
105
85
- {#v0 -0-0-fixed}
106
+ {#v1 -0-0-fixed}
86
107
### Fixed
87
108
* (toolchains) stop depending on ` uname ` to get the value of the host platform.
88
109
* (pypi): Correctly handle multiple versions of the same package in the requirements
@@ -103,7 +124,7 @@ Other changes:
103
124
* (rules) ` py_test ` and ` py_binary ` targets no longer incorrectly remove the
104
125
first ` sys.path ` entry when using {obj}` --bootstrap_impl=script `
105
126
106
- {#v0 -0-0-added}
127
+ {#v1 -0-0-added}
107
128
### Added
108
129
* (gazelle): Parser failures will now be logged to the terminal. Additional
109
130
details can be logged by setting ` RULES_PYTHON_GAZELLE_VERBOSE=1 ` .
@@ -121,7 +142,7 @@ Other changes:
121
142
initialize the interpreter via venv startup hooks.
122
143
* (runfiles) (Bazel 7.4+) Added support for spaces and newlines in runfiles paths
123
144
124
- {#v0 -0-0-removed}
145
+ {#v1 -0-0-removed}
125
146
### Removed
126
147
* (pypi): Remove ` pypi_install_dependencies ` macro that has been included in
127
148
{bzl: obj }` py_repositories ` for a long time.
You can’t perform that action at this time.
0 commit comments