Skip to content

Commit 9990b9a

Browse files
committed
Release v1.10.0
1 parent 30ae720 commit 9990b9a

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
1-
## Unreleased
1+
## v1.10.0 (2026-02-14)
22

33
* Added:
44
* Option `tool.poetry-dynamic-versioning.highest-tag`,
55
to select the numerically highest version even if it is not the chronologically latest tag.
6+
* Changed:
7+
* Updated Dunamai to 1.26.0+ for the latest features.
68

79
## v1.9.1 (2025-07-08)
810

docs/poetry-dynamic-versioning.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH POETRY\-DYNAMIC\-VERSIONING "1" "2025\-07\-09" "poetry\-dynamic\-versioning \- Dynamic versioning plugin for Poetry 1.9.1" "poetry\-dynamic\-versioning"
1+
.TH POETRY\-DYNAMIC\-VERSIONING "1" "2026\-02\-15" "poetry\-dynamic\-versioning \- Dynamic versioning plugin for Poetry 1.10.0" "poetry\-dynamic\-versioning"
22
.SH NAME
33
poetry\-dynamic\-versioning
44
.SH SYNOPSIS

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-dynamic-versioning"
3-
version = "1.9.1"
3+
version = "1.10.0"
44
description = "Plugin for Poetry to enable dynamic versioning based on VCS tags"
55
license = "MIT"
66
authors = ["Matthew T. Kennerly <mtkennerly@gmail.com>"]

0 commit comments

Comments
 (0)