- Show the name of the logger in the log messages (can be very helpful if you use libraries which logs too much)
23.4
- Use `stackprinter` module instead of `traceback_with_variables` to have pretty stack traces for unhandled exceptions - Allow to disable displaying variables in stack traces (`--disable-traceback-variables` command line argument) - Add Python 3.12 support
23.3
- Add `warning_once` function - Remove Python 3.7 support - Use pyproject.toml - New version format: "{YEAR:2d}.{PATCH}"