Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.13 KB

CHANGELOG.rst

File metadata and controls

53 lines (32 loc) · 1.13 KB

Changelog

0.1.0 (13-10-2021)

  • Fix dynamic version when building from sdist (`PR #20`_, Fixes ` #4`_)
  • Add module-location option, allowing src-layout (`PR #15`_, Fixes ` #3`_)

0.0.4 (30-09-2021)

  • Use TOML 1.0 compliant parser (PR #11)
  • Fix incorrect files being included in wheels

0.0.3 (06-06-2021)

  • Add task system (PR #1, PR #2)
  • Add source-include setting

0.0.2 (18-05-2021)

  • Add cli with a build command
  • Add top-level-modules setting

0.0.1 (06-05-2021)

Initial release

  • Implemented PEP 517 hooks
  • Implemented PEP 621 pyproject.toml metadata parsing
  • Implemented automated version from git repos and archives