Skip to content

Releases: neocrym/log-with-context

Release v0.6.0

23 Oct 23:28

Choose a tag to compare

Give the ability to set `extra` when initializing a logger

Release v0.5.0

23 Oct 22:29

Choose a tag to compare

Update .gitignore

Release v0.4.0

23 Oct 20:32

Choose a tag to compare

Improve Python type annotations

Release v0.3.0

16 Mar 03:15
6b21c47

Choose a tag to compare

Split `poetry update` into a separate Makefile command

Release v0.2.1

23 Sep 11:04

Choose a tag to compare

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

23 Sep 10:49

Choose a tag to compare

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

03 Aug 21:10
b3de863

Choose a tag to compare

Fix bug in README.rst parsing

Release v0.1.0

08 Apr 19:15

Choose a tag to compare

Add release GitHub Action