Releases: pdm-project/pdm-backend
Releases · pdm-project/pdm-backend
2.4.6
🐞 Bug Fixes
- Env for calling Python applications - by @paugier and @frostming in #295 (743fd)
- No warning emitting in case of SCM error when fallback_version is used. Fixes #293 - by @frostming in #293 (e7dbb)
- Don't silently ignores invalid
PDM_BUILD_SCM_VERSIONenv var . Fixes #268 - by @frostming in #268 (e57ea)
💻 Chores
View changes on GitHub
2.4.5
2.4.4
🚀 Features
- Improve diagnostic caused by git incorrectly parsing paths on MSYS2. - by @cr1901 in #267 (23807)
- Out-of-box stubs package support - by @trim21 in #280 (9a988)
📝 Documentation
- Clarify includes and excludes - by @sanmai-NL in #270 (5c648)
💻 Chores
View changes on GitHub
2.4.3
💻 Chores
- Bump validate-pyproject to 0.9.0 - by @henryiii in #265 (23484)
- Update dependencies - by @frostming (7f7dd)
- Update badge - by @frostming (6fdd4)
- Migrate tool config to pyproject.toml - by @frostming (d5d5c)
View changes on GitHub
2.4.2
2.4.1
🐞 Bug Fixes
- Can't format requirements when converting to setup.py - by @frostming (856d8)
- Update to pyproject_metadata 0.9.0b4 - by @frostming (88c3f)
View changes on GitHub
2.4.0
🚀 Features
- Accept context as the second argument to version_format function - by @frostming in #258 (708aa)
- Update pyproject-metadata to support latest version of PEP 639 - by @frostming in #259 (6c48d)
🐞 Bug Fixes
- Project license field - by @frostming (6853a)
View changes on GitHub
2.3.3
🐞 Bug Fixes
- Pdm_build.py added twice in sdist file. Fixes #250 - by @frostming in #250 (3dd6d)
View changes on GitHub
2.3.2
🐞 Bug Fixes
- Detect src layout only if it exists and included by build config - by @frostming (9466c)
- Use compatible is_relative_to for Python 3.8 - by @frostming (30c46)
📝 Documentation
- Update the logo url - by @frostming (fd5ef)
View changes on GitHub
2.3.1
🐞 Bug Fixes
- Handle unexpected hg repo when parse scm version - by @huxuan in #237 (d6fec)
- Treat PDM_BUILD_SCM_VERSION empty string as unset - by @ryukinix in #238 (596f1)
- Honor the current working directory when importing pdm_build.py Close #245 - by @frostming in #245 (ba98c)
- Errors when using the
editablesbackend with theincludesfield. Fixes #242 - by @frostming in #242 (59396) - Vendor editables - by @frostming (95da7)