Features & Improvements
- Support
--pre/--prelease
option forpdm add
andpdm update
. It will allow prereleases to be pinned. #774 - Improve the error message when python is found but not meeting the python requirement. #777
Bug Fixes
- Fix a bug that
git+https
candidates cannot be resolved. #771 - Fix an infinite resolution loop by resolving the top-level packages first. Also deduplicate the lines from the same requirement in the error output. #776
Miscellany
- Fix the install script to use a zipapp of virtualenv when it isn't installed. #780