Skip to content

Releases: pdm-project/pdm-build-locked

0.3.7

30 Nov 19:06
a1f7c6d

Choose a tag to compare

  • backwards compatibility fix for a bug introduced with 0.3.6 for pdm<2.26.2
    View changes on GitHub

0.3.6

28 Nov 16:21
e420cae

Choose a tag to compare

   🐞 Bug Fixes

  • Ensure compatibility of pdm build --locked with pdm 2.26.2 (fixes RuntimeError: TOMLFile not opened for write)  -  by @sigma67 in #30 (e420c)

   💻 Chores

    View changes on GitHub

0.3.5

27 Feb 06:54
7be81c6

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

0.3.4

22 Nov 20:57
43fef67

Choose a tag to compare

  • compatibility with dependency-groups in pdm 2.20
  • dropped support for Python 3.8
    View changes on GitHub

0.3.3

01 Aug 15:41

Choose a tag to compare

What's Changed

  • Fix deprecation warning with pdm>=2.17 by @sigma67 in #21

Full Changelog: 0.3.2...0.3.3

0.3.2

22 Jul 18:55

Choose a tag to compare

No significant changes

    View changes on GitHub

0.3.1

21 Jul 14:28
4334c8a

Choose a tag to compare

   📝 Documentation

   💻 Chores

    View changes on GitHub

0.3.0

10 Jul 06:21
3d35f10

Choose a tag to compare

feat: support choosing groups to lock (#15)

0.2.3

14 Jun 10:29
1c6e877

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

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