Skip to content

Releases: nat-n/poethepoet

0.22.1

Choose a tag to compare

@nat-n nat-n released this 03 Sep 17:11

Fixes

New Contributors

Full Changelog: v0.22.0...v0.22.1

0.22.0

Choose a tag to compare

@nat-n nat-n released this 14 Aug 17:26

Enhancements

  • Support configuring tasks to run in the original working directory by @Spiffyk in #161

Fixes

  • Fix issue with string task declarations in included task files by @rjaduthie in #159

New Contributors

Full Changelog: v0.21.1...v0.22.0

0.21.1

Choose a tag to compare

@nat-n nat-n released this 12 Jul 14:47

Fixes

  • Fix broken links in README #157

0.21.0

Choose a tag to compare

@nat-n nat-n released this 09 Jul 17:54

Enhancements

  • Add program_name and config_name arguments to PoeThePoet to improve support for embedding within another tool #149

Fixes

  • cmd task: Strip quotes from token on Windows by @ameily in #145

New Contributors

Full Changelog: v0.20.0...v0.21.0

0.20.0

Choose a tag to compare

@nat-n nat-n released this 03 May 21:17

Enhancements

Fixes

  • win32: Resolve Executable to Absolute Path if not found in venv by @ameily in #142

Breaking changes

  • Drop support for python 3.7

New Contributors

Full Changelog: v0.19.0...v0.20.0

0.19.0

Choose a tag to compare

@nat-n nat-n released this 22 Mar 21:45
6fe8a47

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: v0.18.1...v0.19.0

0.18.2-beta.2

0.18.2-beta.2 Pre-release
Pre-release

Choose a tag to compare

@nat-n nat-n released this 17 Feb 22:43

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: v0.18.2-beta.1...v0.18.2-beta.2

0.18.2-beta.1

0.18.2-beta.1 Pre-release
Pre-release

Choose a tag to compare

@nat-n nat-n released this 04 Feb 19:29

Fixes

  • Improve logic for finding the poetry executable #121

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

0.18.1

Choose a tag to compare

@nat-n nat-n released this 15 Jan 20:43

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

Choose a tag to compare

@nat-n nat-n released this 09 Jan 21:29

Enhancements

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

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