File tree 1 file changed +15
-3
lines changed
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:
24
24
25
25
[ x.x.x ] : https://github.com/bazelbuild/rules_python/releases/tag/x.x.x
26
26
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
+
27
40
### Changed
28
41
* (deps) Upgrade the ` pip_install ` dependencies to pick up a new version of pip.
29
42
* (toolchains) Optional toolchain dependency: ` py_binary ` , ` py_test ` , and
@@ -132,12 +145,11 @@ A brief description of the categories of changes:
132
145
no wheels that are supported for the target platform, ` rules_python ` will
133
146
fallback onto building the ` sdist ` from source. This behaviour can be
134
147
disabled if desired using one of the available string flags as well.
135
-
136
- [ precompile-docs ] : /precompiling
137
-
138
148
* (whl_filegroup) Added a new ` whl_filegroup ` rule to extract files from a wheel file.
139
149
This is useful to extract headers for use in a ` cc_library ` .
140
150
151
+ [ precompile-docs ] : /precompiling
152
+
141
153
## [ 0.32.2] - 2024-05-14
142
154
143
155
[ 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