Skip to content

Releases: pawamoy/git-changelog

2.6.3

18 Sep 12:35

Choose a tag to compare

2.6.3 - 2025-09-18

Compare with 2.6.2

Bug Fixes

  • Use UTF-8 encoding in all text-mode open() calls (982377c by Bartosz Sławecki). PR-105

2.6.2

03 Sep 09:35

Choose a tag to compare

2.6.2 - 2025-09-03

Compare with 2.6.1

Dependencies

  • Replace appdirs (deprecated) by platformdirs (12623b4 by Timothée Mazzucotelli).
  • Upgrade lower bounds of Jinja2 and semver to 3.0 (169d7bf by Timothée Mazzucotelli).

Code Refactoring

  • Update entry point to avoid deprecation warning (e7ca136 by fgagarin). PR-104

2.6.1

01 Sep 17:58

Choose a tag to compare

2.6.1 - 2025-09-01

Compare with 2.6.0

Deprecations

  • Symbols must now be imported from the top-level git_changelog module. All submodules are deprecated.

Code Refactoring

  • Re-expose API in the top-level module, sync docs (093721c by Timothée Mazzucotelli).
  • Move modules under internal folder (06e7282 by Timothée Mazzucotelli).

2.6.0

01 Sep 16:30

Choose a tag to compare

2.6.0 - 2025-09-01

Compare with 2.5.3

Features

  • Add --bumped-version CLI option to print the computed new version (abaf28a by fgagarin). PR-103, Co-authored-by: Timothée Mazzucotelli dev@pawamoy.fr

2.5.3

26 Nov 00:12

Choose a tag to compare

2.5.3 - 2024-11-26

Compare with 2.5.2

Build

  • Drop support for Python 3.8 (ff2b8bb by Timothée Mazzucotelli).

Bug Fixes

2.5.2

04 Apr 15:36

Choose a tag to compare

2.5.2 - 2024-04-04

Compare with 2.5.1

Bug Fixes

  • Fix bumping initial version (37a3b62 by Timothée Mazzucotelli). Issue-82

2.5.1

01 Apr 22:55

Choose a tag to compare

2.5.1 - 2024-04-02

Compare with 2.5.0

Dependencies

  • Declare dependency to packaging (29c4fa8 by Timothée Mazzucotelli).

2.5.0

01 Apr 22:28

Choose a tag to compare

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 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

2.4.1

14 Mar 13:35

Choose a tag to compare

2.4.1 - 2024-03-14

Compare with 2.4.0

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

04 Nov 18:21

Choose a tag to compare

2.4.0 - 2023-11-04

Compare with 2.3.2

Features

Bug Fixes

  • Always output release notes to stdout (1e44bca by Timothée Mazzucotelli). Issue #65