Dunamai

Latest version: v1.23.1

Safety actively analyzes 723217 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

1.23.1

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

1.23.0

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

1.22.0

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

1.21.2

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

1.21.1

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

1.21.0

* Generally, when Dunamai can detect the VCS in use, but there's no version set yet,
then Dunamai uses 0.0.0 as a fallback, unless strict mode is enabled.
This is useful for new projects that do not yet have a release.

However, if there were some tags and none matched the version pattern,
then Dunamai would yield an error.
That wouldn't be helpful for a new project with some non-version tag,
and it could be incorrect for a monorepo with different tags for different packages.

Now, Dunamai will use 0.0.0 in this case as well, unless strict mode is enabled.
* You can now specify a pattern prefix.
For example, `--pattern default --pattern-prefix some-package-`
would match tags like `some-package-v1.2.3`.
This is useful if you just want a custom prefix without writing a whole pattern.
* Added `--ignore-untracked` option to control checking whether the repository is dirty.

Page 1 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.