From 97607144d9c340262236b6eb1cf7b605e9a5880a Mon Sep 17 00:00:00 2001 From: Carmen Bianca BAKKER Date: Mon, 8 Jul 2024 13:58:05 +0200 Subject: [PATCH] Compile change log Signed-off-by: Carmen Bianca BAKKER --- CHANGELOG.md | 7 +++++++ changelog.d/fixed/min-version-attrs.md | 2 -- 2 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 changelog.d/fixed/min-version-attrs.md diff --git a/CHANGELOG.md b/CHANGELOG.md index cdd2ff03..9cdd6817 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,13 @@ CLI command and its behaviour. There are no guarantees of stability for the +## 4.0.3 - 2024-07-08 + +### Fixed + +- Increased the minimum requirement of `attrs` to `>=21.3`. Older versions do + not import correctly. (#1044) + ## 4.0.2 - 2024-07-03 ### Fixed diff --git a/changelog.d/fixed/min-version-attrs.md b/changelog.d/fixed/min-version-attrs.md deleted file mode 100644 index 5732fd64..00000000 --- a/changelog.d/fixed/min-version-attrs.md +++ /dev/null @@ -1,2 +0,0 @@ -- Increased the minimum requirement of `attrs` to `>=21.3`. Older versions do - not import correctly. (#1044)