1
0
Fork 0

Merging upstream version 3.0.30.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-04-16 08:48:46 +02:00
parent dd7a66a4f1
commit 3707c10a3c
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
35 changed files with 212 additions and 195 deletions

View file

@ -1,6 +1,17 @@
CHANGELOG
=========
3.0.30: 2025-04-15
------------------
New features:
- Show exception cause/context when printing chained exceptions.
- Reworked project layout and use pyproject.toml instead of setup.py.
Breaking changes:
- Drop Python 3.7 support.
3.0.29: 2024-07-22
------------------