Bug Fixes
- Abort if lockfile isn't generated when executing
pdm export. #1730 - Ignore
venv.promptconfiguration when usingcondaas the backend. #1734 - Fix a bug of finding local packages in the parent folder when it exists in the current folder. #1736
- Ensure UTF-8 encoding when generating README.md. #1739
- Fix a bug of show command not showing metadata of the current project. #1740
- Replace
.with-when normalizing package name. #1745
Documentation
- Support using
pdm venv activatewithout specifyingenv_nameto activate in project venv created by conda #1735