Dunamai

Latest version: v1.23.1

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

Scan your dependencies

Page 4 of 9

1.13.2

* Fixed an error when parsing Git output with `showSignature = true` configured.
([Contributed by riton](https://github.com/mtkennerly/dunamai/pull/51))

1.13.1

* Made pattern-related error messages more readable by moving the pattern after
the primary message instead of mixing them.

1.13.0

* Added support for [Pijul](https://pijul.org).

1.12.0

* Added `Pattern` type for named pattern presets. Currently, this includes:
* `Pattern.Default` (CLI: `--pattern default`) for the existing default.
* `Pattern.DefaultUnprefixed` (CLI: `--pattern default-unprefixed`)
for the existing default, but without requiring the `v` prefix.
* Added `tag_branch` option (CLI: `--tag-branch`) for Git repositories.
This is particularly useful for Gitflow without fast forward, where
`develop` does not contain the tag history, so you can specify
`--tag-branch master`.
* Added `full_commit` option (CLI: `--full-commit`) for Git and Mercurial repositories
to obtain the full commit hash instead of the short form.
* Fixed `Version.parse` so that it better handles versions without the `v`
prefix when the pattern does not (or may not) require it.
* Fixed error reporting when a custom pattern is an invalid regular expression,
as well as when a custom format is malformed.
It was fine when Dunamai was used as a library, but the error message lacked
context on the CLI.
* Fixed `from any` not passing the `--tag-dir` option along for Subversion
repositories.

1.11.1

* Fixed the `--bump` CLI option and the `bump` argument of `Version.serialize`
bumping even on a commit with a version tag. Now, no bumping occurs on such
a commit.

1.11.0

* Explicitly specified `Optional[...]` typing on arguments with a default of `None`.
([Contributed by jonathangreen](https://github.com/mtkennerly/dunamai/pull/44))
* Made `VERSION_SOURCE_PATTERN` public for consumption by other tools.

Page 4 of 9

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.