Releases: pawamoy/git-changelog
Releases · pawamoy/git-changelog
2.5.2
2.5.1
2.5.0
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 [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]
2.4.1
2.4.1 - 2024-03-14
Bug Fixes
- Assign commits to versions following their commit graph (follow semver) (f191ed7 by Christian Meffert). Issue-70, Issue-42, PR-72, Co-authored-by: Timothée Mazzucotelli [email protected]
- Ignore bump on new Git repo without unreleased commits (438968c by Christian Meffert). PR-71
- Use provided version when creating first changelog entry (dd264cc by Christian Meffert). PR-69
2.4.0
2.4.0 - 2023-11-04
Features
- Add option to enable/disable "zerover" behavior (7d0c259 by Mark Minakov). Issue #57, PR #58, Co-authored-by: Timothée Mazzucotelli [email protected]
- Add
-F,--filter-commits
to filter by revision-range (e016965 by Pedro Brochado). Issue #63, Issue #16, PR #64, Co-authored-by: Timothée Mazzucotelli [email protected]
Bug Fixes
2.3.2
2.3.1
2.3.1 - 2023-10-10
Bug Fixes
2.3.0
2.3.0 - 2023-10-08
Deprecations
- CLI argument
--bump-latest
and API parameterbump_latest
are deprecated in favor of--bump=auto
andbump="auto"
argument and parameter, respectively.
See "Understand the relationship with SemVer".
Features
- Add configuration files (b527ccf by Oscar Esteban). Issue #54, PR #55, Co-authored-by: Timothée Mazzucotelli [email protected]
- Add bump option (CLI, library) allowing to specify an exact version to bump to, as well as
auto
,major
,minor
orpatch
(2c0dbb8 by Théo Goudout). Issue #38, PR #41, Co-authored-by: Timothée Mazzucotelli [email protected] - Add provider CLI option (908531b by Théo Goudout). Issue #37, PR #40, Co-authored-by: Timothée Mazzucotelli [email protected]