diff --git a/poetry_dynamic_versioning-1.5.0.tar.gz b/poetry_dynamic_versioning-1.5.0.tar.gz deleted file mode 100644 index e0fd83d..0000000 --- a/poetry_dynamic_versioning-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68b25c26407cf0d13d51d5dc7fc45667bc041032fda42ce89401c4ce82917837 -size 34080 diff --git a/poetry_dynamic_versioning-1.7.0.tar.gz b/poetry_dynamic_versioning-1.7.0.tar.gz new file mode 100644 index 0000000..93c4b0f --- /dev/null +++ b/poetry_dynamic_versioning-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9f65e1b408d8b99ea28e5b1edde8f06ca5ff58026aa5d7376ec74f1342a104 +size 34973 diff --git a/python-poetry-dynamic-versioning.changes b/python-poetry-dynamic-versioning.changes index 8d2b10b..18bdf40 100644 --- a/python-poetry-dynamic-versioning.changes +++ b/python-poetry-dynamic-versioning.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Jan 18 16:14:25 UTC 2025 - Richard Rahl + +- update to 1.7.0: + * The enable command now supports the bypass/override environment variables + to use a different placeholder version than 0.0.0. + * The enable command would add "version" to project.dynamic even if it were + already present. + * The enable command would set tool.poetry.version to "0.0.0" even if the + field were already present with a different value. +- update to 1.6.0: + * CLI: show command to print the version without changing any files. +- update to 1.5.2: + * The formatting of project.dynamic and tool.poetry.version could be changed + when triggering the plugin via poetry dynamic-versioning or pip install + (but not via poetry build or poetry-dynamic-versioning). +- update to 1.5.1: + * Array formatting was not preserved when changing project.dynamic in + pyproject.toml. + ------------------------------------------------------------------- Mon Jan 6 13:13:22 UTC 2025 - Richard Rahl diff --git a/python-poetry-dynamic-versioning.spec b/python-poetry-dynamic-versioning.spec index 77ad623..650f739 100644 --- a/python-poetry-dynamic-versioning.spec +++ b/python-poetry-dynamic-versioning.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-poetry-dynamic-versioning -Version: 1.5.0 +Version: 1.7.0 Release: 0 Summary: Plugin for Poetry to enable dynamic versioning based on VCS tags License: MIT