PDM v1.10.0 Release Notes

Release Date: 2021-10-25 // over 2 years ago
  • ๐Ÿ”‹ Features & Improvements

    • โž• Add --no-sync option to update command. #684
    • ๐Ÿ‘Œ Support find_links source type. It can be specified via type key of [[tool.pdm.source]] table. #694
    • โž• Add --dry-run option to add, install and remove commands. #698

    ๐Ÿ› Bug Fixes

    • โœ‚ Remove trailing whitespace with terminal output of tables (via project.core.ui.display_columns), fixing unnecessary wrapping due to / with empty lines full of spaces in case of long URLs in the last column. #680
    • Include files should be installed under venv's base path. #682
    • โšก๏ธ Ensure the value of check_update is boolean. #689

    ๐Ÿ‘Œ Improved Documentation

    • โšก๏ธ Update the contributing guide, remove the usage of setup_dev.py in favor of pip install. #676