Bug Fixes
- Abort if lockfile isn't generated when executing
pdm export
. #1730 - Ignore
venv.prompt
configuration when usingconda
as 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 activate
without specifyingenv_name
to activate in project venv created by conda #1735