# HG changeset patch # User Andy Todd # Date 1679279706 -39600 # Mon Mar 20 13:35:06 2023 +1100 # Node ID fe9c5dfb9129a74d2e6b8953cbefeaa791c46d51 # Parent d473fb78d437539fb7cd63ad93cf963a300ac381 Added a changelog diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ 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 ------------ diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst new file mode 100644 --- /dev/null +++ b/docs/source/changelog.rst @@ -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 `_ + - `3e94588dbf58 - Bumped version to 0.0.4, updated documentation and published to pypi `_ + - `7c253482951c - Added support for structured logging `_ + +0.03 - 2023.02.10 +----------------- + + - `3938529b2240 - Updated documentation and published to pypi `_ + - `1d8403e52867 - Added log name to formatter `_ diff --git a/docs/source/index.rst b/docs/source/index.rst --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -16,6 +16,7 @@ simplelog distributing + changelog Indices and tables