Cut version 0.0.1b6
authorScott Gasch <[email protected]>
Sun, 30 Oct 2022 19:52:44 +0000 (12:52 -0700)
committerScott Gasch <[email protected]>
Sun, 30 Oct 2022 19:54:07 +0000 (12:54 -0700)
- Fix docs after rename
- Rename some directories (e.g. typez -> types) since they don't collide with any stdlib names.
- Add better docs with an example to SharedDict.
- Add id_generator_test.
- Add run_tests.py to the examples/README list.
- Make run_tests_serially.sh skip zookeeper_test.py too.
- Teach run_tests.py to abort inflight tests in case of emergency shutdown.
- Fix wrong TimeoutError in catch.
- Get reminder to stop leaving turds around my filesystem.
- Docs for dataclass_utils.
- Add dataclass_utils for some simple dataclass wrappers and annotation.
- Improve documentation / doctests.
- Update documentation.
- Cut version 0.0.1b5

pyproject.toml
release_notes.md

index 0b5b6b02fbd3a71e05c841d401ef0e68878f8c60..bd9f0b5243768c9296973152cf520db08073bd34 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "pyutils"
-version = "0.0.1b5"
+version = "0.0.1b6"
 authors = [
   { name="Scott Gasch", email="[email protected]" },
 ]
index 3d1b0728d8ee11adfd11b909a48ea4a27b1730cc..a87dcc916fe3440e1a4b15d101143f5adbe6824c 100644 (file)
@@ -108,3 +108,27 @@ This version -------- 0.0.1b5
 Previous version ---- 0.0.1b4
 Total commits -------       26
 ```
+# 🎁 Release notes (`0.0.1b6`)
+
+## Changes
+- Fix docs after rename
+- Rename some directories (e.g. typez -> types) since they don't collide with any stdlib names.
+- Add better docs with an example to SharedDict.
+- Add id_generator_test.
+- Add run_tests.py to the examples/README list.
+- Make run_tests_serially.sh skip zookeeper_test.py too.
+- Teach run_tests.py to abort inflight tests in case of emergency shutdown.
+- Fix wrong TimeoutError in catch.
+- Get reminder to stop leaving turds around my filesystem.
+- Docs for dataclass_utils.
+- Add dataclass_utils for some simple dataclass wrappers and annotation.
+- Improve documentation / doctests.
+- Update documentation.
+- Cut version 0.0.1b5
+
+## Metadata
+```
+This version -------- 0.0.1b6
+Previous version ---- 0.0.1b5
+Total commits -------       14
+```