Skip to content

v1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 04:39
f7650b0

Features & Improvements

  • Include dev dependencies by default for install and sync 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 to 0.7.0; update resolvelib to 0.7.0. #390

Removals and Deprecations

  • Deprecate the usage of -d/--dev option in install and sync commands. #391