X Tutup
Skip to content

Bump dunamai from 1.21.2 to 1.26.0#405

Merged
gotbadger merged 1 commit intomainfrom
dependabot/pip/dunamai-1.26.0
Mar 9, 2026
Merged

Bump dunamai from 1.21.2 to 1.26.0#405
gotbadger merged 1 commit intomainfrom
dependabot/pip/dunamai-1.26.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps dunamai from 1.21.2 to 1.26.0.

Release notes

Sourced from dunamai's releases.

v1.26.0 (2026-02-14)

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

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

v1.24.0 (2025-05-07)

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

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

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

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

v1.22.0 (2024-08-07)

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

Sourced from dunamai's changelog.

v1.26.0 (2026-02-14)

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

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

v1.24.0 (2025-05-07)

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

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

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

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

v1.22.0 (2024-08-07)

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 9, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/dunamai-1.26.0 branch from c93198a to fef714b Compare March 9, 2026 11:07
Bumps [dunamai](https://github.com/mtkennerly/dunamai) from 1.21.2 to 1.26.0.
- [Release notes](https://github.com/mtkennerly/dunamai/releases)
- [Changelog](https://github.com/mtkennerly/dunamai/blob/master/CHANGELOG.md)
- [Commits](mtkennerly/dunamai@v1.21.2...v1.26.0)

---
updated-dependencies:
- dependency-name: dunamai
  dependency-version: 1.26.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/dunamai-1.26.0 branch from fef714b to 39ce313 Compare March 9, 2026 11:16
@gotbadger gotbadger merged commit ae28578 into main Mar 9, 2026
28 checks passed
@gotbadger gotbadger deleted the dependabot/pip/dunamai-1.26.0 branch March 9, 2026 11:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

X Tutup