@@ -27,6 +27,27 @@ A brief description of the categories of changes:
27
27
28
28
{#v0-0-0-changed}
29
29
### Changed
30
+ * Nothing yet
31
+
32
+ {#v0-0-0-fixed}
33
+ ### Fixed
34
+ * Nothing yet
35
+
36
+ {#v0-0-0-added}
37
+ ### Added
38
+ * Nothing yet
39
+
40
+ {#v0-0-0-removed}
41
+ ### Removed
42
+ * Nothing yet
43
+
44
+ {#v0-38-0}
45
+ ## [ 0.38.0] - 2024-11-08
46
+
47
+ [ 0.38.0 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.38.0
48
+
49
+ {#v0-38-0-changed}
50
+ ### Changed
30
51
* (deps) (WORKSPACE only) rules_cc 0.0.13 and protobuf 27.0 is now the default
31
52
version used; this for Bazel 8+ support (previously version was rules_cc 0.0.9
32
53
and no protobuf version specified)
@@ -46,11 +67,8 @@ A brief description of the categories of changes:
46
67
directly to avoid such breakage in the future. If ` rules_python ` is missing
47
68
features to allow one to do that, please raise tickets.
48
69
49
- {#v0-0 -0-fixed}
70
+ {#v0-38 -0-fixed}
50
71
### Fixed
51
- * (bzlmod) Generate ` config_setting ` values for all available toolchains instead
52
- of only the registered toolchains, which restores the previous behaviour that
53
- ` bzlmod ` users would have observed.
54
72
* (pypi) (Bazel 7.4+) Allow spaces in filenames included in ` whl_library ` s
55
73
([ 617] ( https://github.com/bazelbuild/rules_python/issues/617 ) ).
56
74
* (pypi) When {attr}` pip.parse.experimental_index_url ` is set, we need to still
@@ -64,7 +82,7 @@ A brief description of the categories of changes:
64
82
issue is that it may break ` bazel query ` and in these use cases it is
65
83
advisable to use ` cquery ` or switch to ` download_only = True `
66
84
67
- {#v0-0 -0-added}
85
+ {#v0-38 -0-added}
68
86
### Added
69
87
* (publish) The requirements file for the ` twine ` publishing rules have been
70
88
updated to have a new convention: ` requirements_darwin.txt ` ,
@@ -81,9 +99,16 @@ A brief description of the categories of changes:
81
99
users setting {bzl: obj }` pip.parse.experimental_index_url ` , but now users have
82
100
more options whilst we continue to work on stabilizing the experimental feature.
83
101
84
- {#v0-0-0-removed}
85
- ### Removed
86
- * Nothing yet
102
+ {#v0-37-2}
103
+ ## [ 0.37.2] - 2024-10-27
104
+
105
+ [ 0.37.2 ] : https://github.com/bazelbuild/rules_python/releases/tag/0.37.2
106
+
107
+ {#v0-37-2-fixed}
108
+ ### Fixed
109
+ * (bzlmod) Generate ` config_setting ` values for all available toolchains instead
110
+ of only the registered toolchains, which restores the previous behaviour that
111
+ ` bzlmod ` users would have observed.
87
112
88
113
{#v0-37-1}
89
114
## [ 0.37.1] - 2024-10-22
0 commit comments