File tree Expand file tree Collapse file tree 1 file changed +15
-3
lines changed
Expand file tree Collapse file tree 1 file changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,19 @@ A brief description of the categories of changes:
2424
2525[ x.x.x ] : https://github.com/bazelbuild/rules_python/releases/tag/x.x.x
2626
27+ ### Changed
28+ * Nothing yet
29+
30+ ### Fixed
31+ * Nothing yet
32+
33+ ### Removed
34+ * Nothing yet
35+
36+ ## [ 0.33.0] - 2024-06-12
37+
38+ [ 0.33.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.33.0
39+
2740### Changed
2841* (deps) Upgrade the ` pip_install ` dependencies to pick up a new version of pip.
2942* (toolchains) Optional toolchain dependency: ` py_binary ` , ` py_test ` , and
@@ -132,12 +145,11 @@ A brief description of the categories of changes:
132145 no wheels that are supported for the target platform, ` rules_python ` will
133146 fallback onto building the ` sdist ` from source. This behaviour can be
134147 disabled if desired using one of the available string flags as well.
135-
136- [ precompile-docs ] : /precompiling
137-
138148* (whl_filegroup) Added a new ` whl_filegroup ` rule to extract files from a wheel file.
139149 This is useful to extract headers for use in a ` cc_library ` .
140150
151+ [ precompile-docs ] : /precompiling
152+
141153## [ 0.32.2] - 2024-05-14
142154
143155[ 0.32.2 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.32.2
You can’t perform that action at this time.
0 commit comments