Releases: neocrym/log-with-context
Releases · neocrym/log-with-context
Release v0.6.0
Give the ability to set `extra` when initializing a logger
Release v0.5.0
Update .gitignore
Release v0.4.0
Improve Python type annotations
Release v0.3.0
Split `poetry update` into a separate Makefile command
Release v0.2.1
Adjust logging stacklevel to produce correct line numbers Fixes #1. Because we wrap a `logging.Logger instance, we need to adjust the `stacklevel` parameter to `2` greater than the default.
Release v0.2.0
Adjust logging stacklevel to produce correct line numbers Fixes #1. Because we wrap a `logging.Logger instance, we need to adjust the `stacklevel` parameter to `2` greater than the default.
Release v0.1.1
Fix bug in README.rst parsing
Release v0.1.0
Add release GitHub Action