Releases: pawamoy/git-changelog
Releases · pawamoy/git-changelog
2.6.3
2.6.2
2.6.1
2.6.1 - 2025-09-01
Deprecations
- Symbols must now be imported from the top-level
git_changelogmodule. All submodules are deprecated.
Code Refactoring
2.6.0
2.6.0 - 2025-09-01
Features
- Add
--bumped-versionCLI option to print the computed new version (abaf28a by fgagarin). PR-103, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr
2.5.3
2.5.2
2.5.2 - 2024-04-04
Bug Fixes
2.5.1
2.5.0
2.5.0 - 2024-04-02
Features
- Add CLI and configuration option
-n,--versioningto 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
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 dev@pawamoy.fr
- 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 pawamoy@pm.me
- Add
-F,--filter-commitsto filter by revision-range (e016965 by Pedro Brochado). Issue #63, Issue #16, PR #64, Co-authored-by: Timothée Mazzucotelli pawamoy@pm.me