2.5.0 - 2024-04-02
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 dev@pawamoy.fr
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 chme@users.noreply.github.com