@@ -27,6 +27,27 @@ A brief description of the categories of changes:
2727
2828{#v0-0-0-changed}
2929### 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
3051* (deps) (WORKSPACE only) rules_cc 0.0.13 and protobuf 27.0 is now the default
3152 version used; this for Bazel 8+ support (previously version was rules_cc 0.0.9
3253 and no protobuf version specified)
@@ -46,11 +67,8 @@ A brief description of the categories of changes:
4667 directly to avoid such breakage in the future. If ` rules_python ` is missing
4768 features to allow one to do that, please raise tickets.
4869
49- {#v0-0 -0-fixed}
70+ {#v0-38 -0-fixed}
5071### 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.
5472* (pypi) (Bazel 7.4+) Allow spaces in filenames included in ` whl_library ` s
5573 ([ 617] ( https://github.com/bazelbuild/rules_python/issues/617 ) ).
5674* (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:
6482 issue is that it may break ` bazel query ` and in these use cases it is
6583 advisable to use ` cquery ` or switch to ` download_only = True `
6684
67- {#v0-0 -0-added}
85+ {#v0-38 -0-added}
6886### Added
6987* (publish) The requirements file for the ` twine ` publishing rules have been
7088 updated to have a new convention: ` requirements_darwin.txt ` ,
@@ -81,9 +99,16 @@ A brief description of the categories of changes:
8199 users setting {bzl: obj }` pip.parse.experimental_index_url ` , but now users have
82100 more options whilst we continue to work on stabilizing the experimental feature.
83101
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.
87112
88113{#v0-37-1}
89114## [ 0.37.1] - 2024-10-22
0 commit comments