Features & Improvements
- Include dev dependencies by default for
install
andsync
commands. Add a new option--prod/--production
to exclude them. Improve the dependency selection logic to be more convenient to use — the more common the usage is, the shorter the command is. #391
Bug Fixes
- Enquote executable path to ensure generating valid scripts. #387
- Consider hashes when fetching artifact link for build. #389
- Considier the sources settings when building. #399
Improved Documentation
- New pdm setting
source-includes
to mark files to be included only in sdist builds. #390
Dependencies
- Update
pdm-pep517
to0.7.0
; updateresolvelib
to0.7.0
. #390
Removals and Deprecations
- Deprecate the usage of
-d/--dev
option ininstall
andsync
commands. #391