Releases: nat-n/poethepoet
Releases · nat-n/poethepoet
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
v0.25.0
0.24.4
0.24.3
0.24.2
Fixes
- Make subtasks of sequence inherit cwd option by default #160 (#51a6fd79)
- Open env files in utf-8 mode explicitly (#179) (#8f8c3e68)
- Fix error message when the cwd directory does not exist by @kzrnm in #174
- By default only use PoetryExecutor if poetry cli can be found by @kzrnm in #175
- Fix faulty cmd tokenization by @nat-n in #178
Documentation
- Fix typos on switch task documentation by @kzrnm in #172
- Add tip about referencing env vars for args in powershell by @mason3k in #173
New Contributors
- @mason3k made their first contribution in #173
- @kzrnm made their first contributions in #172, #174 and #175
Full Changelog: v0.24.1...v0.24.2