Skip to content

v2.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Aug 02:25
894e480

Features & Improvements

  • When adding a package to (or removing from) a group, enhance the formatting of the group name in the printed message. #1329

Bug Fixes

  • Fix a bug of missing hashes for packages with file:// links the first time they are added. #1325
  • Ignore invalid values of data-requires-python when parsing package links. #1334
  • Leave an incomplete project metadata if PDM fails to parse the project files, but emit a warning. #1337
  • Fix the bug that editables package isn't installed for self package. #1344
  • Fix a decoding error for non-ASCII characters in package description when publishing it. #1345

Documentation

  • Clarify documentation explaining setup-script, run-setuptools, and is-purelib. #1327