Skip to content

v2.15.2

Compare
Choose a tag to compare
@github-actions github-actions released this 08 May 08:28
f8717f1

Features & Improvements

  • Use get_runner() method to build the task runner in run 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 running pdm lock --update-reuse. (#2852)
  • Make direct_minimal_versions work on newly added dependencies. (#2853)
  • Fix a syntax error in the zsh completion script. (#2868)