From 28f8b5558a46f46358af893786ad02c19aa467f3 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Thu, 17 Oct 2024 19:35:14 -0700 Subject: [PATCH 1/2] chore: update changelog for 0.37.0 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867ce12bfb..8c5a1cdefc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,9 +20,9 @@ A brief description of the categories of changes: * Particular sub-systems are identified using parentheses, e.g. `(bzlmod)` or `(docs)`. -## Unreleased +## [0.37.0] - 2024-10-18 -[x.x.x]: https://github.com/bazelbuild/rules_python/releases/tag/x.x.x +[x.x.x]: https://github.com/bazelbuild/rules_python/releases/tag/0.37.0 ### Changed * **BREAKING** `py_library` no longer puts its source files or generated pyc From ab8ec9ebc308ef9b26127299367e50c6c297aeba Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Fri, 18 Oct 2024 10:21:35 -0700 Subject: [PATCH 2/2] add unreleased headers Co-authored-by: Ignas Anikevicius <240938+aignas@users.noreply.github.com> --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c5a1cdefc..e428fa3aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,20 @@ A brief description of the categories of changes: * Particular sub-systems are identified using parentheses, e.g. `(bzlmod)` or `(docs)`. +## Unreleased + +### Changed +- Nothing yet + +### Fixed +- Nothing yet + +### Added +- Nothing yet + +### Removed +- Nothing yet + ## [0.37.0] - 2024-10-18 [x.x.x]: https://github.com/bazelbuild/rules_python/releases/tag/0.37.0