Skip to content

2.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Apr 22:28
· 8 commits to main since this release

2.5.0 - 2024-04-02

Compare with 2.4.1

Features

  • Add CLI and configuration option -n, --versioning to select versioning scheme (f9c91f1 by Timothée Mazzucotelli).
  • Implement SemVer and PEP 440 versioning schemes (f7c8bfa by Timothée Mazzucotelli).
  • Support for additional template variables (58a4d88 by Christian Meffert). Issue-17, PR-73, Co-authored-by: Timothée Mazzucotelli [email protected]

Bug Fixes

  • Deduplicate commits for unreleased version with merged branches (b61199f by Christian Meffert). PR-76
  • Handle no remote gracefully (92f6f94 by Christian Meffert). Issue-24, PR-75

Code Refactoring

  • Ignore tags that are not valid given versioning scheme (5fdc68a by Timothée Mazzucotelli). Co-authored-by: Christian Meffert [email protected]