Skip to content

Releases: nat-n/poethepoet

0.18.2-beta.1

04 Feb 19:29
Compare
Choose a tag to compare
0.18.2-beta.1 Pre-release
Pre-release

Fixes

  • Improve logic for finding the poetry executable #121

Full Changelog: v0.18.1...v0.18.2-beta.1

0.18.1

15 Jan 20:43
Compare
Choose a tag to compare

Fixes

  • Fix error when running switch tasks or tasks with the 'uses' option in dry-run mode #115
  • Fix handling of backslashes for escaping when parsing envfiles #118

Full Changelog: v0.18.0...v0.18.1

0.18.0

09 Jan 21:29
Compare
Choose a tag to compare

Enhancements

  • Add new expr task type for evaluating a single python expression as a task.

Full Changelog: v0.17.1...v0.18.0

0.17.1

26 Dec 20:57
Compare
Choose a tag to compare

Fixes

  • Fix handling of Keyboardinterrupt when running a task on windows #42

Full Changelog: v0.17.0...v0.17.1

0.17.0

26 Dec 19:49
Compare
Choose a tag to compare

Enhancements

  • Support for interpolating env vars into task arg default values (#3c994684)
  • Support providing a cwd for tasks included from another file #110
  • Add new switch task type for running different versions of a task depending on the result of a control task #83

Fixes

  • Set PYTHONIOENCODING to utf-8 before invoking poetry env info -p #112

New Contributors

Full Changelog: v0.16.5...v0.17.0

0.16.5

27 Nov 17:35
Compare
Choose a tag to compare

Fixes

  • Restore changes from v0.16.1 that were reverted in v0.16.2
  • Fix various issues on windows #106
  • docs: use poe --group dev instead of poe --dev by @ubmit in #98
  • Only use tomli in python<3.11 by @KotlinIsland in #100
  • Add python 3.11 to the CI and update 'dev-dependencies' to 'group.dev.dependencies' by @KotlinIsland in #101
  • Format code with isort by @KotlinIsland in #102
  • Fix typo in --help output by @howeaj in #105

New Contributors

Full Changelog: v0.16.4...v0.16.5

0.16.4

09 Oct 13:40
Compare
Choose a tag to compare

Fixes

  • Fix bug to allow ref tasks to pass arguments again by @nat-n in #97

Full Changelog: v0.16.3...v0.16.4

0.16.3

08 Oct 21:31
Compare
Choose a tag to compare

Fixes

  • Return cleo application exit code from monkeymatch by @monim67 in #92
  • Minor reliability improvements on windows (#b3490be7)

New Contributors

Full Changelog: v0.16.2...v0.16.3

0.16.2

03 Sep 19:38
Compare
Choose a tag to compare

Fixes

  • Revert all changes in v0.16.1 to address bug reported in #88

Full Changelog: v0.16.1...v0.16.2

0.16.1

30 Aug 21:09
Compare
Choose a tag to compare

Enhancements

  • When poetry virtualenv creation is disabled via an environment variable and no poetry virtualenv exists then don't try to execute tasks with poetry run #65

Fixes

  • Fixed issue when running poe from inside a poetry env with the --root global option targeting another project, the target project env was not always used.

Full Changelog: v0.16.0...v0.16.1