From c0fc806e8101bdfd50dd9402b9d54490ba830f4d Mon Sep 17 00:00:00 2001 From: richardsheridan Date: Sat, 19 Oct 2024 16:41:20 -0400 Subject: [PATCH] ready 1.2.3 (#433) --- docs/source/history.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/source/history.rst b/docs/source/history.rst index be6b7c20..cc7b8993 100644 --- a/docs/source/history.rst +++ b/docs/source/history.rst @@ -5,6 +5,15 @@ Release history .. towncrier release notes start +trio-parallel 1.2.3 (2024-10-19) +-------------------------------- + +Bugfixes +~~~~~~~~ + +- Fix a regression induced by trio-0.27.0 that causes worker contexts to crash on exit if they happen to wait for jobs to finish. (`#432 `__) + + trio-parallel 1.2.2 (2024-04-24) --------------------------------