Releases: pdm-project/pdm-backend
Releases · pdm-project/pdm-backend
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
editables
backend with theincludes
field. Fixes #242 - by @frostming in #242 (59396) - Vendor editables - by @frostming (95da7)
View changes on GitHub
2.3.0
🚀 Features
- Remove support for python 3.7 and older - by @frostming in #232 (32e3a)
- Add
tag_filter
as a way to pre-filter tags - by @mezuzza in #225 (9915c)
🐞 Bug Fixes
- Error about dynamic project version - by @cntvc in #235 (146b1)
- ci: CI matrix on macos latest - by @frostming (080b4)
💻 Chores
- Use
Literal
type for valid target values - by @DetachHead, pre-commit-ci[bot] and Frost Ming in #227 (a210b)