Releases: nat-n/poethepoet
Releases Β· nat-n/poethepoet
0.30.0
Notice
This will be the last release to support python 3.8.
Enhancements
Fixes
- Fix handling of ignore_fail option in nested sequence tasks by @nat-n in #243
- Fix typo in debug message by @cclauss in #245
Full Changelog: v0.29.0...v0.30.0
0.29.0
0.28.0
0.27.0
Enhancements
Fixes
- Fix handling of comments in multiline cmd tasks @snejus in #225
- Fix ordered substitution of templated variables in env vars config #223 by @dbohdan in #227
- Fix typos in docs and code by @kianmeng in #228
New Contributors
- @kianmeng made their first contribution in #228
- @snejus made their first contribution in #225
- @dbohdan made their first contribution in #227
Full Changelog: v0.26.1...v0.27.0
v0.26.1
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
v0.25.1
Fixes
- Fixes Windows error message due to incorrect type comparison. by @BertrandBordage in #205
- Make poetry plugin work with the --directory option on the poetry cli by @worldworm in #211
New Contributors
- @BertrandBordage made their first contribution in #205
- @worldworm made their first contribution in #211
Full Changelog: v0.25.0...v0.25.1