Skip to content

v1.12.7

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Jan 12:54
ae4e08f

Features & Improvements

  • If no command is given to pdm run, it will run the Python REPL. #856

Bug Fixes

  • Fix the hash calculation when generating direct_url.json for a local pre-built wheel. #861
  • PDM no longer migrates project meta silently. #867

Dependencies

  • Pin pip<22.0. #874

Miscellany

  • Reduce the number of tests that require network, and mark the rest with network marker. #858