Poe the Poet v0.6.0 Release Notes

Release Date: 2020-08-09 // over 3 years ago
    • โž• Add support for task composition with new sequence and ref tasks types
    • โž• Add support for hard coded literal arguments to the target callable of script tasks
    • ๐Ÿ“œ Switch to tomlkit for toml parsing to add support for multiline task context (e.g. shell scripts) with dotted paths
    • ๐Ÿ‘‰ Make shell tasks raise an error if extra arguments are provided (since there's nothing constructive to do with them)
    • ๐Ÿ‘Œ Improved support for multiline shell tasks on windows