Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ A brief description of the categories of changes:

{#v0-0-0-fixed}
### Fixed
* (rules) Setting `--incompatible_python_disallow_native_rules` no longer
causes rules_python rules to fail.
([#2326](https://github.com/bazelbuild/rules_python/issues/2326).
- Nothing yet

{#v0-0-0-added}
### Added
Expand All @@ -43,6 +41,17 @@ A brief description of the categories of changes:
### Removed
- Nothing yet

{#v0-37-1}
## [0.37.1] - 2024-10-22

[0.37.1]: https://github.com/bazelbuild/rules_python/releases/tag/0.37.1

{#v0-37-1-fixed}
### Fixed
* (rules) Setting `--incompatible_python_disallow_native_rules` no longer
causes rules_python rules to fail
([#2326](https://github.com/bazelbuild/rules_python/issues/2326)).

{#v0-37-0}
## [0.37.0] - 2024-10-18

Expand Down