From 0d44a8bfc98293364a343ff918d4f0437aa64fa0 Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 30 Oct 2022 12:58:31 -0700 Subject: [PATCH] Cut version 0.0.1b6 - Fix toml files after rename. This rename is a pain! - Cut version 0.0.1b6 - 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 | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/release_notes.md b/release_notes.md index 86c2ca1..4b3c275 100644 --- a/release_notes.md +++ b/release_notes.md @@ -157,3 +157,30 @@ This version -------- 0.0.1b6 Previous version ---- 0.0.1b5 Total commits ------- 15 ``` +# 🎁 Release notes (`0.0.1b6`) + +## Changes +- Fix toml files after rename. This rename is a pain! +- Cut version 0.0.1b6 +- 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 ------- 17 +``` -- 2.45.2