Releases: pdm-project/pdm-backend
Releases · pdm-project/pdm-backend
2.0.6
🐞 Bug Fixes
- Write lowercase "true" since installer hardcodes it - by @frostming (df7f2)
View changes on GitHub
2.0.5
2.0.4
🐞 Bug Fixes
- Fix a bug when building sdist, the version is not frozen Closing #157 - by @frostming in #157 (86184)
View changes on GitHub
2.0.3
🐞 Bug Fixes
- Missing files in editable wheel - by @frostming in #155 (4dc3c)
- Normalize the distribution names as the standard - by @frostming in #156 (df720)
View changes on GitHub
2.0.2
🐞 Bug Fixes
- Fix an issue the files in build directory are not collected when src layout is used - by @frostming in #152 (7686b)
View changes on GitHub
2.0.1
🚀 Features
- Support overriding sdist mtime with SOURCE_DATE_EPOCH Resolve #149 - by @frostming in #149 (d94fb)
🐞 Bug Fixes
- A crash issue when using static version metadata Close #150 - by @frostming in #150 (59f61)
View changes on GitHub
2.0.0
🚀 Features
- Rename the package to
pdm-backend
- by @frostming (79d10) - Rewrite the builders to support build hooks - by @frostming (9d5d5)
- Rename the is_enabled hook to pdm_build_hook_enabled - by @frostming (4729b)
- Update vendored packaging to 22.0 - by @frostming in #135 (5bee4)
- Associate builder to the context object - by @frostming in #136 (2986d)
- Add a shortcut to get hook config - by @frostming (e5841)
- Retrieve the backend version with importlib.metadata - by @frostming (20d0f)
- Wrap version in parentheses - by @frostming (03ba6)
- Update vendored pyproject-metadata to 0.7.0 - by @frostming (20c5e)
- Support specifying zipinfo date via env var - by @frostming in #144 (e7768)
- Support specifying zipinfo date via env var - by @frostming in #145 (cd1fc)
- Support custom tag regex pattern - by @frostming in #148 (eb72f)
🐞 Bug Fixes
- Run setup.py after initialization - by @frostming (edcd8)
- Always call hook in the generated setup.py - by @frostming (67db6)
- Don't force description and version field - by @frostming (85b81)
- Only quote string when the requirement is a URL - by @frostming (0a9b2)
- Remove version from dynamic if no version config is found - by @frostming (5ace2)
- Ensure the version is not None - by @frostming in #142 (3e34c)
View changes on GitHub
1.1.1
What's Changed
- chore: update vendored packaging to 23 by @frostming in #147
Full Changelog: 1.1.0...1.1.1
1.1.0
What's Changed
- fix: raise an error if dynamic version config is missing by @frostming in #142
- feat: support specifying zipinfo date via env var by @frostming in #144
Full Changelog: 1.0.6...1.1.0
2.0.0a4
🚀 Features
- Update vendored packaging to 22.0 - by @frostming in #135 (5bee4)
- Associate builder to the context object - by @frostming in #136 (2986d)
- Add a shortcut to get hook config - by @frostming (e5841)
- Retrieve the backend version with importlib.metadata - by @frostming (20d0f)
🐞 Bug Fixes
- Don't force description and version field - by @frostming (85b81)
- Only quote string when the requirement is a URL - by @frostming (0a9b2)