Skip to content

Releases: mtkennerly/dunamai

v1.26.0 (2026-02-14)

15 Feb 03:06
v1.26.0
70939d3

Choose a tag to compare

  • Added --highest-tag option to select the numerically highest version, even if it is not the chronologically latest tag.

v1.25.0 (2025-07-04)

04 Jul 19:26
50cce70

Choose a tag to compare

  • Added commit_prefix option to Version.serialize() to insert a prefix when serializing commit IDs.
  • Added escape_with option to Version.serialize() to customize how branch names are escaped.

v1.24.1 (2025-05-09)

09 May 13:49
c6ebd09

Choose a tag to compare

v1.24.0 (2025-05-07)

08 May 00:36
aaef31b

Choose a tag to compare

  • Changed: Previously, for Git 2.7+, if the initial commit were both tagged and empty, Dunamai would raise an exception due to Git not reporting that tag in git log --simplify-by-decoration. Now, if a tag is missing from that list, Dunamai treats it as the oldest tag.

v1.23.2 (2025-05-06)

06 May 16:08
b51c8e1

Choose a tag to compare

  • Fixed: Version.from_git would fail if the GIT_TRACE environment variable were set, due to unexpected output from Git.

v1.23.1 (2025-03-20)

21 Mar 02:26
a9c22a4

Choose a tag to compare

  • Fixed: Version.__lt__ checked if all fields were less than the other instance, rather than using the proper field precedence and version ordering.

v1.23.0 (2024-11-17)

18 Nov 00:01
d770650

Choose a tag to compare

  • Added: {major}, {minor}, and {patch} format placeholders.

v1.22.0 (2024-08-07)

07 Aug 04:12
d6a0e3f

Choose a tag to compare

  • Fixed: The --ignore-untracked CLI flag was ignored.
  • Added: --commit-length option.

v1.21.2 (2024-06-26)

27 Jun 03:59
12d7c57

Choose a tag to compare

  • Fixed: Some timestamps could fail to parse on Python 3.5 and 3.6.

v1.21.1 (2024-05-03)

04 May 02:34
924f7a6

Choose a tag to compare

  • Fixed: Distance was calculated inconsistently for Git when there were some tags and none matched the version pattern.