Skip to content

Commit 0759322

Browse files
authored
chore: update changelog for 0.39.0 (#2398)
Update changelog for 0.39.0 release Along the away, stash a template for the "Unreleased" text in a comment for easier copy/pasting in the future.
1 parent 497945d commit 0759322

File tree

1 file changed

+49
-3
lines changed

1 file changed

+49
-3
lines changed

CHANGELOG.md

+49-3
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,59 @@ A brief description of the categories of changes:
2020
* Particular sub-systems are identified using parentheses, e.g. `(bzlmod)` or
2121
`(docs)`.
2222

23+
<!--
24+
Unreleased changes template.
25+
26+
{#v0-0-0}
27+
## Unreleased
28+
29+
[0.0.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.0.0
30+
31+
{#v0-0-0-changed}
32+
### Changed
33+
* Nothing yet.
34+
35+
{#v0-0-0-fixed}
36+
### Fixed
37+
* Nothing yet.
38+
39+
{#v0-0-0-added}
40+
### Added
41+
* Nothing yet.
42+
43+
{#v0-0-0-removed}
44+
### Removed
45+
* Nothing yet.
46+
-->
47+
2348
{#v0-0-0}
2449
## Unreleased
2550

2651
[0.0.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.0.0
2752

2853
{#v0-0-0-changed}
2954
### Changed
55+
* Nothing yet.
56+
57+
{#v0-0-0-fixed}
58+
### Fixed
59+
* Nothing yet.
60+
61+
{#v0-0-0-added}
62+
### Added
63+
* Nothing yet.
64+
65+
{#v0-0-0-removed}
66+
### Removed
67+
* Nothing yet.
68+
69+
{#v0-39-0}
70+
## [0.39.0] - 2024-11-13
71+
72+
[0.39.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.39.0
73+
74+
{#v0-39-0-changed}
75+
### Changed
3076
* (deps) bazel_skylib 1.6.1 -> 1.7.1
3177
* (deps) rules_cc 0.0.9 -> 0.0.14
3278
* (deps) protobuf 24.4 -> 29.0-rc2
@@ -47,13 +93,13 @@ A brief description of the categories of changes:
4793

4894
[20241016]: https://github.com/indygreg/python-build-standalone/releases/tag/20241016
4995

50-
{#v0-0-0-fixed}
96+
{#v0-39-0-fixed}
5197
### Fixed
5298
* (precompiling) Skip precompiling (instead of erroring) if the legacy
5399
`@bazel_tools//tools/python:autodetecting_toolchain` is being used
54100
([#2364](https://github.com/bazelbuild/rules_python/issues/2364)).
55101

56-
{#v0-0-0-added}
102+
{#v0-39-0-added}
57103
### Added
58104
* Bazel 8 is now supported.
59105
* (toolchain) Support for freethreaded Python toolchains is now available. Use
@@ -62,7 +108,7 @@ A brief description of the categories of changes:
62108
* (toolchain) {obj}`py_runtime.abi_flags` attribute and
63109
{obj}`PyRuntimeInfo.abi_flags` field added.
64110

65-
{#v0-0-0-removed}
111+
{#v0-39-0-removed}
66112
### Removed
67113
* Support for Bazel 6 using bzlmod has been dropped.
68114

0 commit comments

Comments
 (0)