Skip to content

Commit f8663b3

Browse files
committed
v25.3.0
1 parent 88af007 commit f8663b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HISTORY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The third number is for emergencies when we need to start branches for older rel
1111

1212
Our backwards-compatibility policy can be found [here](https://github.com/python-attrs/cattrs/blob/main/.github/SECURITY.md).
1313

14-
## NEXT (UNRELEASED)
14+
## 25.3.0 (2025-10-07)
1515

1616
- **Potentially breaking**: [Abstract sets](https://docs.python.org/3/library/collections.abc.html#collections.abc.Set) are now structured into frozensets.
1717
This allows hashability, better immutability and is more consistent with the [`collections.abc.Set`](https://docs.python.org/3/library/collections.abc.html#collections.abc.Set) type.

docs/defaulthooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ A bare type, for example `MutableSet` instead of `MutableSet[int]`, is equivalen
322322

323323
Sets and frozensets are unstructured into the matching class.
324324

325-
```{versionchanged} NEXT
325+
```{versionchanged} 25.3.0
326326
Abstract sets are now structured into frozensets instead of sets.
327327
```
328328

0 commit comments

Comments
 (0)