Enhancements
Breaking changes**
- Transitive includes are now loaded by default. Previously, if an included config file contained its own
includeentries, those second-order includes were silently ignored. They are now followed recursively using depth-first loading. This may cause previously ignored config files to be loaded, potentially introducing new tasks or environment variables. To preserve the old behavior for a specific include, setrecursive = falseon that include entry. See the include guide for details.
Full Changelog: v0.43.0...v0.44.0