From 3cb670705b810926d12ecda5315d9e5b61a04e5c Mon Sep 17 00:00:00 2001 From: Tin Tvrtkovic Date: Wed, 28 Aug 2024 16:38:37 +0200 Subject: [PATCH] v24.1.0 --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 17612f43..78e261df 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -9,7 +9,7 @@ The third number is for emergencies when we need to start branches for older rel Our backwards-compatibility policy can be found [here](https://github.com/python-attrs/cattrs/blob/main/.github/SECURITY.md). -## 24.1.0 (UNRELEASED) +## 24.1.0 (2024-08-28) - **Potentially breaking**: Unstructuring hooks for `typing.Any` are consistent now: values are unstructured using their runtime type. Previously this behavior was underspecified and inconsistent, but followed this rule in the majority of cases.