Poethepoet Versions Save

A task runner that works well with poetry.

v0.22.1

9 months ago

Fixes

New Contributors

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.22.0...v0.22.1

v.0.22.0

9 months ago

Enhancements

Fixes

New Contributors

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.21.1...v.0.22.0

v0.22.0

9 months ago

Enhancements

Fixes

New Contributors

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.21.1...v0.22.0

v0.21.1

11 months ago

Fixes

  • Fix broken links in README #157

v0.21.0

11 months ago

Enhancements

Fixes

New Contributors

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.20.0...v0.21.0

v0.20.0

1 year ago

Enhancements

Fixes

Breaking changes

  • Drop support for python 3.7

New Contributors

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.19.0...v0.20.0

v0.19.0

1 year ago

Enhancements

  • Display the default value of args in help #126
  • Append additional arguments after the first -- to the end of a cmd task #69
  • Make script tasks work with async functions (#6d9fed4)
  • Add support for envfile paths relative to the user home dir #125

Fixes

  • Improve logic to locate poetry executable #121
  • Make ref task pass extra arguments from the definition to the referenced task #130
  • Always attempt to resolve executable path #119
  • Fix handling of hidden tasks in the plugin #133

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.18.1...v0.19.0

v0.18.2-beta.2

1 year ago

Fixes

  • Always attempt to resolve the full path of an executable using shutil.which before creating the subprocess (or execv) for a task #119

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.18.2-beta.1...v0.18.2-beta.2

v0.18.2-beta.1

1 year ago

Fixes

  • Improve logic for finding the poetry executable #121

Full Changelog: https://github.com/nat-n/poethepoet/compare/v0.18.1...v0.18.2-beta.1

v0.18.1

1 year ago

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: https://github.com/nat-n/poethepoet/compare/v0.18.0...v0.18.1