Cut version 0.0.1b10
authorScott Gasch <[email protected]>
Wed, 1 Mar 2023 05:19:37 +0000 (21:19 -0800)
committerScott Gasch <[email protected]>
Wed, 1 Mar 2023 05:19:37 +0000 (21:19 -0800)
- 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.1b10-py3-none-any.whl [new file with mode: 0644]
dist/pyutils-0.0.1b10-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.1b10-py3-none-any.whl b/dist/pyutils-0.0.1b10-py3-none-any.whl
new file mode 100644 (file)
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 (file)
index 0000000..e571ccc
--- /dev/null
@@ -0,0 +1 @@
+MD5 (pyutils-0.0.1b10-py3-none-any.whl) = bee71170366ca3797d73ab1c2ea417f6
index 846a2fdd1cd7773ed3c17dfed1bdc10a8e178291..4a299f161f3dd12896927c8e3781c50c91109453 120000 (symlink)
@@ -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
index cb93a8aecd20f5f166cb17516e966d599637458e..612b811c5507ae533661117d0f265c3b09008491 100644 (file)
@@ -1 +1 @@
-MD5 (pyutils-latest-py3-none-any.whl) = 9db198f9a9fa0b93608eaf98711d9a58
+MD5 (pyutils-latest-py3-none-any.whl) = bee71170366ca3797d73ab1c2ea417f6
index c6a4ae1fd0147dc7077b373747985fd9f7b95e6c..20e11ca896b3c600086ed0535f00dbb0dc18f67c 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b9"
+version = "0.0.1b10"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
index f058d78c40d1f17a056d70cfac54717feff6317e..38bc5b364717e71f15e49ef82e5b0be171945655 100644 (file)
@@ -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
+```