M README.md +1 -0
@@ 10,6 10,7 @@ Overview
A python module to allow you to log with minimal fuss. It's a wrapper around the standard logging module with sensible defaults and as little configuration as possible. Documentation is on [halfcooked.com](https://halfcooked.com/code/simple_log/)
+
Installation
------------
A => docs/source/changelog.rst +19 -0
@@ 0,0 1,19 @@
+Change Log
+==========
+
+A record of the changes made for each release of simple_log
+
+0.04 - 2023.03.08
+-----------------
+
+Inclusion of structured logging and associated documentation and release code updates. Includes these commits:
+
+ - `d473fb78d437 - Tweaks to documentation <https://hg.sr.ht/~andy47/simple_log/rev/d473fb78d437539fb7cd63ad93cf963a300ac381>`_
+ - `3e94588dbf58 - Bumped version to 0.0.4, updated documentation and published to pypi <https://hg.sr.ht/~andy47/simple_log/rev/3e94588dbf58004f0dcbd3e21aa693f154eabc2a>`_
+ - `7c253482951c - Added support for structured logging <https://hg.sr.ht/~andy47/simple_log/rev/7c253482951c6312a5cf1b9748268044505fd824>`_
+
+0.03 - 2023.02.10
+-----------------
+
+ - `3938529b2240 - Updated documentation and published to pypi <https://hg.sr.ht/~andy47/simple_log/rev/3938529b22405bb1517efc49dffbae98bcb63ac3>`_
+ - `1d8403e52867 - Added log name to formatter <https://hg.sr.ht/~andy47/simple_log/rev/1d8403e5286790bbd7a444559b08c35a6d04e1f9>`_
M docs/source/index.rst +1 -0
@@ 16,6 16,7 @@ Contents:
simplelog
distributing
+ changelog
Indices and tables