v0.26.0
Enhancements and Fixes
- Major refactor of config classes and config include logic by @nat-n in #214
- Fixes issue with POE_ROOT/POE_PWD env vars not being usable from global env config: #198
- Use -C and --directory for pyproject.toml directory path (#212) by @jeraymond in #213
- Add POE_PROJECT_DIR env var as default for -C option by @nat-n in #215
- Allow poetry plugin with empty command prefix to run tasks included from another file by @nat-n in #216
Breaking changes
- Relative paths for envfiles imported from within an included tasks file will now be resolved relative to the
cwd
path configured on the include (if any) #160
New Contributors
- @jeraymond made their first contribution in #213
Full Changelog: v0.25.1...v0.26.0