From 5400eb8efa0d57632fe0e3023f6a74ee21185c5d Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Tue, 22 Aug 2023 13:59:09 -0700 Subject: [PATCH] Update changelog for 0.25.0 This is to prepare for the 0.25.0 release. --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 977acba46..502545ade 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,8 +17,7 @@ A brief description of the categories of changes: * Particular sub-systems are identified using parentheses, e.g. `(bzlmod)` or `(docs)`. - -## Unreleased +## [0.25.0] - 2023-08-22 ### Changed @@ -40,6 +39,8 @@ A brief description of the categories of changes: * (gazelle) Stop generating unnecessary imports. * (toolchains) s390x supported for Python 3.9.17, 3.10.12, and 3.11.4. +[0.25.0]: https://github.com/bazelbuild/rules_python/releases/tag/0.25.0 + ## [0.24.0] - 2023-07-11 ### Changed