Releases: pdm-project/pdm-build-locked
Releases · pdm-project/pdm-build-locked
0.3.5
🐞 Bug Fixes
- Proper support for VCS and URL requirements - by @mttbernardini in #24 (7be81)
View changes on GitHub
0.3.4
- compatibility with dependency-groups in pdm 2.20
- dropped support for Python 3.8
View changes on GitHub
0.3.3
0.3.2
No significant changes
View changes on GitHub
0.3.1
📝 Documentation
- Fix the doc of lock groups selection - by @frostming (fa2d9)
💻 Chores
- Fix changelog generationworkflow - by @frostming (056b3)
View changes on GitHub
0.3.0
0.2.3
- fixed a bug where no locked group would be published by the CLI plugin if
[project.optional-dependencies]
was not set andpdm-build-locked
was not specified under[build-system.requires]
. Addingpdm-build-locked
to[build-system.requires]
is explicitly not required if only the CLI plugin is used (#13)