Skip to content

Releases: nat-n/poethepoet-tasks

0.3.0

Choose a tag to compare

@nat-n nat-n released this 28 Sep 19:13
4005cb9

Breaking changes

  • Dropped support for python 3.9

Enhancements

  • Lazy task generation for TaskCollection by @nat-n in #2
  • Improved tagging of packaged tasks to make task selection easier by @nat-n in #2
  • Make mutating methods on TaskCollection return self to support method chaining by @nat-n in #2

Full Changelog: v0.2.1...v0.3.0

0.2.1

Choose a tag to compare

@nat-n nat-n released this 28 Sep 12:43

Fixes

  • fix: support google-style docstrings that start on first line by @ryangalamb in #4

New Contributors

Full Changelog: v0.2.0...v0.2.1

0.2.0

Choose a tag to compare

@nat-n nat-n released this 31 May 15:29

Enhancements

  • Make arg type inference in the script decorator support optional arguments that accept multiple values @nat-n da7688e

Documentation

New Contributors

Full Changelog: v0.1.0...v0.2.0

0.1.0

Choose a tag to compare

@nat-n nat-n released this 21 Apr 19:23

Initial release

  • TaskCollection abstraction for managing poe tasks in python
  • Example TaskCollection for general use

Full Changelog: https://github.com/nat-n/poethepoet-tasks/commits/v0.1.0