PDM v1.4.2 Release Notes

Release Date: 2021-03-18 // about 3 years ago
  • ๐Ÿ”‹ Features & Improvements

    • ๐Ÿ”จ Refactor the code, extract the version related logic from specifiers.py to a separated module. #303

    ๐Ÿ› Bug Fixes

    • Fix a bug that get_dependencies() returns error when the setup.py has no intall_requires key. #299
    • ๐Ÿ”’ Pin the VCS revision for non-editable VCS candidates in the lock file. #305
    • ๐Ÿ›  Fix a bug that editable build hits the cached wheel unexpectedly. #307

    Miscellany

    • replace 'typing comments' with type annotations throughout #298