From 9f7ef702b3c0966e668e8aa56c189f3ee29fb6ff Mon Sep 17 00:00:00 2001 From: Kyle Gottfried Date: Fri, 29 Sep 2023 17:19:09 -0400 Subject: [PATCH] Update CHANGELOG.md - mark YANKED versions (#1157) Both 0.33.0 and 0.40.0 were yanked due to packaging issues. Caused by #1107 and #1154 --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25c36347b..3daffcc6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ ### Fixed - Corrected bad distribution v0.40.0 package. -## [0.40.0] 2023-06-13 +## [0.40.0] 2023-06-13 [YANKED - [#1107](https://github.com/google/yapf/issues/1107)] ### Added - Support for Python 3.11 - Add the `--print-modified` flag to print out file names of modified files when @@ -28,7 +28,7 @@ ### Removed - Support for Python versions < 3.7 are no longer supported. -## [0.33.0] 2023-04-18 +## [0.33.0] 2023-04-18 [YANKED - [#1154](https://github.com/google/yapf/issues/1154)] ### Added - Add a new Python parser to generate logical lines. - Added support for `# fmt: on` and `# fmt: off` pragmas.