------------------------------------------------------------------- Mon Jan 6 13:13:22 UTC 2025 - Richard Rahl - update to 1.5.0: * CLI: When pyproject.toml contains the project section, the enable command will add the required fields for Poetry 2.0.0+. * For compatibility with Poetry 2.0.0, adjusted Poetry constraint from ^1.2.0 to >=1.2.0 * For compatibility with Poetry 2.0.0, when inserting the dynamic version into pyproject.toml with PEP 621 mode activated, the plugin ensures not to set project.version and tool.poetry.version at the same time. * An UnboundLocalError could happen when pyproject.toml was misconfigured. ------------------------------------------------------------------- Wed Sep 11 05:43:07 UTC 2024 - Richard Rahl - update to 1.4.1: * The enable command would fail when the pyproject.toml tables were out of order. ------------------------------------------------------------------- Sun Jun 30 20:01:26 UTC 2024 - Dirk Müller - update to 1.4.0: * The plugin now supports Poetry's upcoming PEP-621 functionality. ------------------------------------------------------------------- Tue May 7 20:56:00 UTC 2024 - Dirk Müller - update to 1.3.0: * `pattern-prefix` option to add a prefix to the version tag pattern. * `ignore-untracked` option to control the detection of dirty state. * `from-file` config section to read a version from a file instead of the VCS. * `POETRY_DYNAMIC_VERSIONING_DEBUG` environment variable for some logging. * Updated Dunamai to 1.21.0+ for the latest features ------------------------------------------------------------------- Fri Feb 23 18:14:04 UTC 2024 - Richard Rahl - fix runtime dependencies ------------------------------------------------------------------- Wed Dec 13 03:26:54 UTC 2023 - Richard Rahl - initial packaging