From 8ec03aa871af575a9e5a2d8b4a1f45beade177bf Mon Sep 17 00:00:00 2001 From: Scott Gasch Date: Sun, 30 Oct 2022 12:52:44 -0700 Subject: [PATCH] Cut version 0.0.1b6 - 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 | 2 +- release_notes.md | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0b5b6b0..bd9f0b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pyutils" -version = "0.0.1b5" +version = "0.0.1b6" authors = [ { name="Scott Gasch", email="scott.gasch@gmail.com" }, ] diff --git a/release_notes.md b/release_notes.md index 3d1b072..a87dcc9 100644 --- a/release_notes.md +++ b/release_notes.md @@ -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 +``` -- 2.46.0