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