Cut version 0.0.1b13
authorScott Gasch <[email protected]>
Fri, 3 Mar 2023 22:57:35 +0000 (14:57 -0800)
committerScott Gasch <[email protected]>
Fri, 3 Mar 2023 22:57:35 +0000 (14:57 -0800)
- Remove tprint, add docs.
- Document this logging stuff.
- Removes my hacky --lmodule which I will miss dearly but it was preventing the cool LoggingContext which is now added.
- Cleanup.
- Adds LoggingContext.
- 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

dist/pyutils-0.0.1b13-py3-none-any.whl [new file with mode: 0644]
dist/pyutils-0.0.1b13-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.1b13-py3-none-any.whl b/dist/pyutils-0.0.1b13-py3-none-any.whl
new file mode 100644 (file)
index 0000000..40467e4
Binary files /dev/null and b/dist/pyutils-0.0.1b13-py3-none-any.whl differ
diff --git a/dist/pyutils-0.0.1b13-py3-none-any.whl.md5 b/dist/pyutils-0.0.1b13-py3-none-any.whl.md5
new file mode 100644 (file)
index 0000000..a0244f8
--- /dev/null
@@ -0,0 +1 @@
+MD5 (pyutils-0.0.1b13-py3-none-any.whl) = b0763a46666f658615a6e6533737efdd
index 7a8fef67a9576076a77950097faac97175e648f9..38992405c44b88836b014b011442894cb0b41faa 120000 (symlink)
@@ -1 +1 @@
-pyutils-0.0.1b12-py3-none-any.whl
\ No newline at end of file
+pyutils-0.0.1b13-py3-none-any.whl
\ No newline at end of file
index 34eb94651ef9fad6ddda840c047796160963b989..ed843a70c2460f21bdb91cf03dec31e330b96adc 100644 (file)
@@ -1 +1 @@
-MD5 (pyutils-latest-py3-none-any.whl) = 971c6867a87f06e8b11c17339d39f3d1
+MD5 (pyutils-latest-py3-none-any.whl) = b0763a46666f658615a6e6533737efdd
index 0f51659957a692b3c1ec7bb17b9f0600ce08a7d1..2552f3bc300f5ec78521ec622cee39ff9752f6bb 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b12"
+version = "0.0.1b13"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
index ed6a420fd11d4ce011b31f2b5073ef0c30aa6874..9f472e478f85810dba24de6bffea061e442a98cd 100644 (file)
@@ -347,3 +347,41 @@ This version -------- 0.0.1b12
 Previous version ---- 0.0.1b11
 Total commits -------       22
 ```
+# 🎁 Release notes (`0.0.1b13`)
+
+## Changes
+- Remove tprint, add docs.
+- Document this logging stuff.
+- Removes my hacky --lmodule which I will miss dearly but it was preventing the cool LoggingContext which is now added.
+- Cleanup.
+- Adds LoggingContext.
+- 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
+
+## Metadata
+```
+This version -------- 0.0.1b13
+Previous version ---- 0.0.1b12
+Total commits -------       28
+```