Releases: nat-n/poethepoet
Releases Β· nat-n/poethepoet
0.37.0
0.36.0
0.35.1
Fixes
- Fix issue with locating sh.exe when git is installed in a custom location by @per11235813 in #311
New Contributors
- @per11235813 made their first contribution in #311
Full Changelog: v0.35.0...v0.35.1
0.35.0
Enhancements
- Support script tasks that run packages with a
__main__
module by @nat-n in #300 - Allow virtualenv location to reference special git related env vars by @nat-n in #302
- Simplify CLI help page header by @nat-n in #291
Fixes
- Don't register hidden tasks with poetry plugin by @nat-n in #292
- Don't resolve symlinks to poetry in PoetryExecutor by @nat-n in #293
- Crash with invalid help option on task by @nat-n in #294
- Always validate task args when loading config by @nat-n in #295
- Coerce switch case values to string to avoid errors by @nat-n in #296
- Always print help when no arguments provided by @nat-n in #299
- Suppress useless global options in the poetry plugin cli by @nat-n in #301
Full Changelog: v0.34.0...v0.35.0
0.34.0
Enhancements
- Add task packages feature by @nat-n in #286
This adds a major new capability in Poe the Poet by allowing tasks to be defined and distributed for reuse in python modules.
π Read the docs for more details
Full Changelog: v0.33.1...v0.34.0
0.33.1
Fixes
- Don't resolve symlinks to uv in UvExecutor by @sewi-cpan in #283
- Make UvExecutor set directory and project options on uv run by @nat-n in #285
New Contributors
- @sewi-cpan made their first contribution in #284
Full Changelog: v0.33.0...v0.33.1
0.33.0
Enhancements
- Implemented first version of UvExecutor by @AKuederle in #271
- Support displaying help for a single task by @nat-n in #280
Fixes
- Fix argument parsing issues in poetry 2.0 plugin by @nat-n in #277
- Use
python3
orsys.executable
ifpython
is not on the path by @nat-n in #278 - Tighten poetry-core dependency for non-wheel based installation methods
New Contributors
- @AKuederle made their first contribution in #271
Full Changelog: v0.32.2...v0.33.0
0.32.2
Fixes
- Improve detection of poetry 2.0 projects via the build-system table by @nat-n in #274
- Fix usage without Poetry doc link in the readme by @johnthagen in #273
New Contributors
- @johnthagen made their first contribution in #273
Full Changelog: v0.32.1...v0.32.2
0.32.1
0.32.0
Enhancements
-
Make command parsing support default value and alternate value operations on param expansions by @nat-n in #266
- See feature π documentation for more details
-
Explicitly disallow
capture_stdout
option on sequence tasks by @nat-n in #265
Full Changelog: v0.31.1...v0.32.0