From: Scott Gasch Date: Thu, 2 Mar 2023 17:04:29 +0000 (-0800) Subject: Cut version 0.0.1b12 X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=a89993ae568b9f57c97840e895a8888fb165142f;p=pyutils.git Cut version 0.0.1b12 - Do this logging stuff the right way. - Cut version 0.0.1b11 - Rename that class; it doesn't just prepend... - Improve pydocs. - Fix pydocs - Create methods to dynamically prepend or append messages to all log messages produced by the current thread. - Update docs. - Cut version 0.0.1b10 - More cleanup. - More spring cleaning. - I guess it's 2023 now... - Adds a new color. - Augment logging at startup in debug mode; fix a bug in config. - Fix logger.exception messages in example code. - Fix logger.exception() calls. - Use full path for grep. - Make logging use execute_probabilstically. - Improve docs and add a doctest. - Adds execute_probabilistically. - Minor tweaks. - Adds CreateFileWithMode helper to create a new file with a given mode more easily. - Cut version 0.0.1b9 --- diff --git a/dist/pyutils-0.0.1b12-py3-none-any.whl b/dist/pyutils-0.0.1b12-py3-none-any.whl new file mode 100644 index 0000000..5bdcdcf Binary files /dev/null and b/dist/pyutils-0.0.1b12-py3-none-any.whl differ diff --git a/dist/pyutils-0.0.1b12-py3-none-any.whl.md5 b/dist/pyutils-0.0.1b12-py3-none-any.whl.md5 new file mode 100644 index 0000000..d19823c --- /dev/null +++ b/dist/pyutils-0.0.1b12-py3-none-any.whl.md5 @@ -0,0 +1 @@ +MD5 (pyutils-0.0.1b12-py3-none-any.whl) = 971c6867a87f06e8b11c17339d39f3d1 diff --git a/dist/pyutils-latest-py3-none-any.whl b/dist/pyutils-latest-py3-none-any.whl index 4f0de68..7a8fef6 120000 --- a/dist/pyutils-latest-py3-none-any.whl +++ b/dist/pyutils-latest-py3-none-any.whl @@ -1 +1 @@ -pyutils-0.0.1b11-py3-none-any.whl \ No newline at end of file +pyutils-0.0.1b12-py3-none-any.whl \ No newline at end of file diff --git a/dist/pyutils-latest-py3-none-any.whl.md5 b/dist/pyutils-latest-py3-none-any.whl.md5 index 103d57d..34eb946 100644 --- a/dist/pyutils-latest-py3-none-any.whl.md5 +++ b/dist/pyutils-latest-py3-none-any.whl.md5 @@ -1 +1 @@ -MD5 (pyutils-latest-py3-none-any.whl) = fa9435c3018289b1cdec2071c232212d +MD5 (pyutils-latest-py3-none-any.whl) = 971c6867a87f06e8b11c17339d39f3d1 diff --git a/pyproject.toml b/pyproject.toml index 201dd23..0f51659 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1b11" +version = "0.0.1b12" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] diff --git a/release_notes.md b/release_notes.md index aee40ec..ed6a420 100644 --- a/release_notes.md +++ b/release_notes.md @@ -315,3 +315,35 @@ This version -------- 0.0.1b11 Previous version ---- 0.0.1b10 Total commits ------- 20 ``` +# 🎁 Release notes (`0.0.1b12`) + +## Changes +- Do this logging stuff the right way. +- Cut version 0.0.1b11 +- Rename that class; it doesn't just prepend... +- Improve pydocs. +- Fix pydocs +- Create methods to dynamically prepend or append messages to all log messages produced by the current thread. +- Update docs. +- Cut version 0.0.1b10 +- More cleanup. +- More spring cleaning. +- I guess it's 2023 now... +- Adds a new color. +- Augment logging at startup in debug mode; fix a bug in config. +- Fix logger.exception messages in example code. +- Fix logger.exception() calls. +- Use full path for grep. +- Make logging use execute_probabilstically. +- Improve docs and add a doctest. +- Adds execute_probabilistically. +- Minor tweaks. +- Adds CreateFileWithMode helper to create a new file with a given mode more easily. +- Cut version 0.0.1b9 + +## Metadata +``` +This version -------- 0.0.1b12 +Previous version ---- 0.0.1b11 +Total commits ------- 22 +```