Cut version 0.0.1b6
authorScott Gasch <[email protected]>
Sun, 30 Oct 2022 19:55:48 +0000 (12:55 -0700)
committerScott Gasch <[email protected]>
Sun, 30 Oct 2022 19:55:48 +0000 (12:55 -0700)
- Cut version 0.0.1b6
- Fix dog generation after last rename change.
- 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

release_notes.md

index a87dcc916fe3440e1a4b15d101143f5adbe6824c..86c2ca1549f18fd4420c90014deb01205b48b8c6 100644 (file)
@@ -132,3 +132,28 @@ This version -------- 0.0.1b6
 Previous version ---- 0.0.1b5
 Total commits -------       14
 ```
+# 🎁 Release notes (`0.0.1b6`)
+
+## Changes
+- Cut version 0.0.1b6
+- Fix dog generation after last rename change.
+- 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 -------       15
+```