doit v0.35.0 Release Notes

Release Date: 2022-04-07 // about 2 years ago
    • ๐Ÿ‘ BACKWARD INCOMPATIBLE: Drop Python 3.6 support.
    • ๐Ÿ‘ BACKWARD INCOMPATIBLE: Drop Python 3.7 support.
    • BACKWARD INCOMPATIBLE: create_doit_tasks does NOT automatically ignored when processing class.
    • ๐Ÿ›  Fix #344: Command clean: add support for wildcard *.
    • โž• Add TaskLoader2.task_opts attribute. This is passed to task creator and also as task config.
    • CmdOption add metavar attribute.
    • ๐Ÿ›  Fix #156: actions.py:Writer, add support for fileno(). Taken from original stream.
    • create_doit_tasks supports basename attribute.
    • Task: add attribute io; add io.capture.
    • โž• add api.py::run_tasks()