Skip to content

Releases: pdm-project/pdm-build-locked

0.3.3

01 Aug 15:41
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

0.3.2

22 Jul 18:55
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

0.3.1

21 Jul 14:28
4334c8a
Compare
Choose a tag to compare

   📝 Documentation

   💻 Chores

    View changes on GitHub

0.3.0

10 Jul 06:21
3d35f10
Compare
Choose a tag to compare
feat: support choosing groups to lock (#15)

0.2.3

14 Jun 10:29
1c6e877
Compare
Choose a tag to compare
  • fixed a bug where no locked group would be published by the CLI plugin if [project.optional-dependencies] was not set and pdm-build-locked was not specified under [build-system.requires]. Adding pdm-build-locked to [build-system.requires] is explicitly not required if only the CLI plugin is used (#13)

0.2.2

16 Feb 19:06
3a5c146
Compare
Choose a tag to compare
  • fixed a bug where pdm build --locked would fail for projects with dynamic = ["optional-dependencies"] and dependencies = [] in pyproject.toml

v0.2.1

18 Dec 16:08
a58f9c0
Compare
Choose a tag to compare
  • the backend plugin now accepts empty dependency groups

v0.2.0

14 Dec 16:43
eb1b435
Compare
Choose a tag to compare
  • added backend plugins for hatchling and pdm
  • compatibility with pdm 2.11.0

v0.1.4

08 Aug 15:17
f19c181
Compare
Choose a tag to compare
  • fixed sending requests to remote repository for resolution - only lockfile is used now
  • improved logging output

v0.1.3

30 Jul 13:34
f55e409
Compare
Choose a tag to compare

fix resolution and pinning behavior