Skip to content

Releases: pdm-project/pdm-backend

2.0.0a3

30 Nov 01:29
4729bd1
Compare
Choose a tag to compare
2.0.0a3 Pre-release
Pre-release

   🚀 Features

   🐞 Bug Fixes

    View changes on GitHub

2.0.0a2

29 Nov 07:58
5dba890
Compare
Choose a tag to compare
2.0.0a2 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

2.0.0a1

29 Nov 06:58
d2e5b95
Compare
Choose a tag to compare
2.0.0a1 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

1.0.6

24 Nov 05:43
5ab3c90
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.5...1.0.6

1.0.5

24 Oct 02:02
cb6eefe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.4...1.0.5

1.0.4

06 Aug 15:29
5adceb5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.3...1.0.4

1.0.2

18 Jul 11:09
4427a16
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

v1.0.1

03 Jul 13:28
1e03b15
Compare
Choose a tag to compare

What's Changed

  • docs: Document writing SCM version to file by @pawamoy in #100
  • docs: dynamic version uses tool.pdm.version, not tool.pdm.build.version by @Nothing4You in #101

New Contributors

Full Changelog: 1.0.0...1.0.1

v1.0.0

25 Jun 08:49
51b676f
Compare
Choose a tag to compare

Bug Fixes

  • Emit UserWarning for deprecated settings.

Features & Improvements

  • Allow writing dynamic version from scm source to a file. #94
  • The dynamic version table fields are renamed: {from = ...} to {source = "file", path = ...} and {use_scm = true} to {source = "scm"}. #95
  • Support custom build script, a script containing a function named build that takes (src, dst) as the arguments. When run-setuptools is true, the build function will be called in a generated setup.py file, with the setup parameters as the only argument. #98