Features & Improvements
- Emit warning if version or description can't be retrieved when importing from flit metadata. #342
- Add
typeargument topdm cache clearand improve its UI. #343 - Always re-install the editable packages when syncing the working set. This can help tracking the latest change of
entry-points. #344
Bug Fixes
- Make installer quit early if a wheel isn't able to build. #338
Miscellany
- ignore type checking in
models.project_info.ProjectInfo, which indexesdistlib.metadata._data#335