Skip to content

Releases: pawamoy/git-changelog

2.5.2

04 Apr 15:36
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

2.3.2

25 Oct 17:35
Compare
Choose a tag to compare

2.3.2 - 2023-10-25

Compare with 2.3.1

Dependencies

  • Use tomli instead of toml on Python less than 3.11 (37f7cf1 by Timothée Mazzucotelli).

2.3.1

10 Oct 09:24
Compare
Choose a tag to compare

2.3.1 - 2023-10-10

Compare with 2.3.0

Bug Fixes

  • Remove any credentials from remote URLs, not just GitHub tokens (5d07e91 by Timothée Mazzucotelli). Issue #61

2.3.0

08 Oct 12:18
Compare
Choose a tag to compare

2.3.0 - 2023-10-08

Compare with 2.2.0

Deprecations

Features

2.2.0

17 Aug 19:57
Compare
Choose a tag to compare

2.2.0 - 2023-08-17

Compare with 2.1.0

Features

  • Add option to omit empty versions from output (b91f777 by Sven Axelsson). PR #52

Code Refactoring

  • Remove broken Atom commit convention (2f33180 by Timothée Mazzucotelli).

2.1.0

04 Aug 13:21
Compare
Choose a tag to compare

2.1.0 - 2023-08-04

Compare with 2.0.0

Features

  • Add Bitbucket provider (5d793e5 by Sven Axelsson).

Code Refactoring

  • Stop using deprecated datetime.utcfromtimestamp (Python 3.12) (1f3ed5d by Sven Axelsson).