Releases: pdm-project/pdm-backend
Releases · pdm-project/pdm-backend
2.1.8
🐞 Bug Fixes
- Can't include nested data files in built wheel - by @frostming (ad7de)
📝 Documentation
💻 Chores
- Update domain name - by @frostming (94501)
View changes on GitHub
2.1.7
🐞 Bug Fixes
- Rename tag-pattern to tag_regex in the docs - by @rudeigerc in #193 (e9665)
- Copytree handle existing dirs - by @frostming in #199 (8a64b)
- Normalize the dist info name in the wheel - by @frostming (8310f)
View changes on GitHub
2.1.6
🐞 Bug Fixes
- Path to uri expansion in dependency string - by @frostming (dfd22)
View changes on GitHub
2.1.5
🐞 Bug Fixes
- Don't quote project root in file:// urls Fix #190 - by @frostming in #190 (353dc)
- Write version to file doesn't work for editable installs Fixes #192 - by @frostming in #192 (abd55)
View changes on GitHub
2.1.4
🐞 Bug Fixes
- Write version file for sdist build as well - by @frostming (2add9)
View changes on GitHub
2.1.3
🐞 Bug Fixes
- Remove duplicate files when building wheel - by @frostming (c8f70)
View changes on GitHub
2.1.2
🐞 Bug Fixes
- Fix file permissions to 644 for wheel Fix #187 - by @frostming in #187 (f5fd0)
View changes on GitHub
2.1.1
🐞 Bug Fixes
- Pdm-backend should not normalize names in project metadata - by @frostming in #186 (4476f)
View changes on GitHub
2.1.0
🚀 Features
- Change the default build dir to a pdm-specific one - by @frostming (a7473)
- Allow to include files in wheel .data directory - by @frostming in #182 (ad408)
🐞 Bug Fixes
- Scm versionning fails when package is not top-level directory - by @frostming in #176 (21901)
- Cleanup logic to first check config_settings - by @frostming in #177 (d1f1e)
- Raise an error when SCM version can't be determined - by @frostming in #180 (001df)
📝 Documentation
- Clarify order of
pdm_build_initialize
andpdm_build_clean
- by @frostming in #181 (c352e)
View changes on GitHub
2.0.7
🐞 Bug Fixes
- Convert boolean value to lowercase in Root-Is-Purelib Close #165 - by @frostming in #165 (93b69)
- PDM_BUILD_NO_CLEAN handling is incorrect Fix #166 - by @frostming in #166 (c61f6)