Skip to content

Commit a76cfaa

Browse files
author
Sylvain MARIE
committed
0.6.1 changelog
1 parent 81a09b1 commit a76cfaa

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
### 0.6.1 - New `doit_config` + API change to support multiprocessing
4+
5+
* New `doit_config()` utility method to generate a valid `DOIT_CONFIG` in its caller module. Fixes [#1](https://github.com/smarie/python-doit-api/issues/1)
6+
7+
* The `task` API was not compliant with the `num_process` option in the configuration, enabling multiprocess execution of doit. In order to fix the issue (an issue with pickle), `task` was split into two: `@pytask` is the decorator, and `task` is the creator. Fixed [#3](https://github.com/smarie/python-doit-api/issues/3)
8+
39
### 0.5.0 - First public version
410

511
* Initial release with `task`, `taskgen`, `title_with_actions` and `why_am_i_running`.

0 commit comments

Comments
 (0)