Releases
1.7.0
Features & Improvements
Support showing individual fields by --<field-name>
options in pdm show. When no package is given, show this project. #527
Add --freeze
option to pdm list
command which shows the dependencies list as pip's requirements.txt format. #531
Bug Fixes
Fix the path manipulation on Windows, now the PEP 582 path is prepended to the PYTHONPATH
. #522
Fix the handling of auth prompting: will try keyring in non-verbose mode. #523
Recognize old entry point name "pdm.plugin" for backward-compatibility. #530
Match the VCS scheme in case-insensitive manner. #537
Use the default permission bits when writing project files. #542
Fix the VCS url to be consistent between lock and install. #547
Improved Documentation
Add installation instructions for Scoop. #522
Dependencies
Update pdm-pep517
to 0.8.0
. #524
Switch from toml
to tomli
. #541
Refactor
Seperate the build env into two different levels for better caching. #541
Refactor the build part into smaller functions. #543
You can’t perform that action at this time.