This release adds the following:
- When logging an event within an exception handler, the log level will be the one used by the caller, instead of being always overriden by
CRITICAL
. - The library is (finally) tested with Python 3.13
What's Changed
- Test with Python 3.13 by @multani in #80
- Allow to override the log level while logging exceptions by @multani in #79
- Lot of Renovate updates :)
Full Changelog: v0.3.0...v0.4.0