Cut version 0.0.1b11
authorScott Gasch <[email protected]>
Thu, 2 Mar 2023 00:14:21 +0000 (16:14 -0800)
committerScott Gasch <[email protected]>
Thu, 2 Mar 2023 00:14:21 +0000 (16:14 -0800)
- 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

dist/pyutils-0.0.1b11-py3-none-any.whl [new file with mode: 0644]
dist/pyutils-0.0.1b11-py3-none-any.whl.md5 [new file with mode: 0644]
dist/pyutils-latest-py3-none-any.whl
dist/pyutils-latest-py3-none-any.whl.md5
pyproject.toml
release_notes.md

diff --git a/dist/pyutils-0.0.1b11-py3-none-any.whl b/dist/pyutils-0.0.1b11-py3-none-any.whl
new file mode 100644 (file)
index 0000000..12dbbd1
Binary files /dev/null and b/dist/pyutils-0.0.1b11-py3-none-any.whl differ
diff --git a/dist/pyutils-0.0.1b11-py3-none-any.whl.md5 b/dist/pyutils-0.0.1b11-py3-none-any.whl.md5
new file mode 100644 (file)
index 0000000..99fb2d1
--- /dev/null
@@ -0,0 +1 @@
+MD5 (pyutils-0.0.1b11-py3-none-any.whl) = fa9435c3018289b1cdec2071c232212d
index 4a299f161f3dd12896927c8e3781c50c91109453..4f0de68a10e42c0e6247225db6f3a9512cecb4b8 120000 (symlink)
@@ -1 +1 @@
-pyutils-0.0.1b10-py3-none-any.whl
\ No newline at end of file
+pyutils-0.0.1b11-py3-none-any.whl
\ No newline at end of file
index 612b811c5507ae533661117d0f265c3b09008491..103d57dfbc4a7f16ea885ce5b09a0abb3845193d 100644 (file)
@@ -1 +1 @@
-MD5 (pyutils-latest-py3-none-any.whl) = bee71170366ca3797d73ab1c2ea417f6
+MD5 (pyutils-latest-py3-none-any.whl) = fa9435c3018289b1cdec2071c232212d
index 20e11ca896b3c600086ed0535f00dbb0dc18f67c..201dd23e902043d5f3980af7d3eb923fb8954ef5 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b10"
+version = "0.0.1b11"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
index 38bc5b364717e71f15e49ef82e5b0be171945655..aee40ec33a064b2bb7e3f91071c707bc2a414932 100644 (file)
@@ -285,3 +285,33 @@ This version -------- 0.0.1b10
 Previous version ---- 0.0.1b9
 Total commits -------       14
 ```
+# 🎁 Release notes (`0.0.1b11`)
+
+## Changes
+- 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.1b11
+Previous version ---- 0.0.1b10
+Total commits -------       20
+```