Features & Improvements
- Use
get_runner()
method to build the task runner inrun
command.runner_cls
attribute is deprecated. (#2872)
Bug Fixes
- Expand
${PROJECT_ROOT}
in source URLs. (#2846) - Fix env and other options being inherited in nested composite scripts. (#2849)
- Keep the
${PROJECT_ROOT}
variable in dependencies after runningpdm lock --update-reuse
. (#2852) - Make
direct_minimal_versions
work on newly added dependencies. (#2853) - Fix a syntax error in the zsh completion script. (#2868)