From: Scott Gasch Date: Wed, 1 Mar 2023 05:19:37 +0000 (-0800) Subject: Cut version 0.0.1b10 X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;h=1a05a1388ff0b46fb84aaa0a8df9065797a86467;p=pyutils.git 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.1b10-py3-none-any.whl b/dist/pyutils-0.0.1b10-py3-none-any.whl new file mode 100644 index 0000000..291b11c Binary files /dev/null and b/dist/pyutils-0.0.1b10-py3-none-any.whl differ diff --git a/dist/pyutils-0.0.1b10-py3-none-any.whl.md5 b/dist/pyutils-0.0.1b10-py3-none-any.whl.md5 new file mode 100644 index 0000000..e571ccc --- /dev/null +++ b/dist/pyutils-0.0.1b10-py3-none-any.whl.md5 @@ -0,0 +1 @@ +MD5 (pyutils-0.0.1b10-py3-none-any.whl) = bee71170366ca3797d73ab1c2ea417f6 diff --git a/dist/pyutils-latest-py3-none-any.whl b/dist/pyutils-latest-py3-none-any.whl index 846a2fd..4a299f1 120000 --- a/dist/pyutils-latest-py3-none-any.whl +++ b/dist/pyutils-latest-py3-none-any.whl @@ -1 +1 @@ -pyutils-0.0.1b9-py3-none-any.whl \ No newline at end of file +pyutils-0.0.1b10-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 cb93a8a..612b811 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) = 9db198f9a9fa0b93608eaf98711d9a58 +MD5 (pyutils-latest-py3-none-any.whl) = bee71170366ca3797d73ab1c2ea417f6 diff --git a/pyproject.toml b/pyproject.toml index c6a4ae1..20e11ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1b9" +version = "0.0.1b10" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] diff --git a/release_notes.md b/release_notes.md index f058d78..38bc5b3 100644 --- a/release_notes.md +++ b/release_notes.md @@ -261,3 +261,27 @@ This version -------- 0.0.1b9 Previous version ---- 0.0.1b8 Total commits ------- 6 ``` +# 🎁 Release notes (`0.0.1b10`) + +## Changes +- 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.1b10 +Previous version ---- 0.0.1b9 +Total commits ------- 14 +```