From 3063fed7e6bc59bc181bff282438437fb859af25 Mon Sep 17 00:00:00 2001 From: Alan Hamlett Date: Thu, 1 Sep 2022 16:24:20 +0200 Subject: [PATCH] changes for v0.0.3 --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index ecf9063..b47d173 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,15 @@ # CHANGES +## 0.0.3 (2022-09-01) + +#### Bugfix + +- Prevent worker process crashing on any exception. + +#### Feature + +- Ability to wrap tasks with custom dectorator function. + ## 0.0.2 (2022-09-01) #### Breaking