ducks
ducks copied to clipboard
build(deps): bump poetry-dynamic-versioning from 0.25.0 to 1.4.1 in /.github/workflows
Bumps poetry-dynamic-versioning from 0.25.0 to 1.4.1.
Release notes
Sourced from poetry-dynamic-versioning's releases.
v1.4.1 (2024-09-10)
- Fixed:
- The
enablecommand would fail when the pyproject.toml tables were out of order.v1.4.0 (2024-06-17)
- Added:
The plugin now supports Poetry's upcoming PEP-621 functionality. More info here: python-poetry/poetry#3332
If your pyproject.toml defines
tool.poetry.name, then the plugin will preserve its existing behavior.However, if your pyproject.toml:
- does not define
tool.poetry.name- defines
project.name- defines
project.dynamicto include"version"- does not define
project.version...then the plugin will enable its PEP-621 functionality.
Because PEP-621 support is not yet released and finalized in Poetry itself, it is also subject to change in the plugin.
v1.3.0 (2024-04-29)
- Added:
pattern-prefixoption to add a prefix to the version tag pattern.ignore-untrackedoption to control the detection of dirty state.from-fileconfig section to read a version from a file instead of the VCS.POETRY_DYNAMIC_VERSIONING_DEBUGenvironment variable for some logging.- Changed:
- Updated Dunamai to 1.21.0+ for the latest features.
v1.2.0 (2023-12-02)
- Added:
initial-content-jinjaoption intool.poetry-dynamic-versioning.filessection.- Fixed:
- Line ending style was not preserved in some cases because of the default behavior of
pathlib.Path.read_text. To avoid this,pathlib.Path.read_bytesis used instead now. (Contributed by nardi)v1.1.1 (2023-10-27)
- Fixed:
- Custom substitutions in pyproject.toml weren't cleaned up correctly. This was because the plugin would record the "original" content of the file after the
versionandenablefields had already been changed. Now, substitutions are reverted first before revertingversionandenable.v1.1.0 (2023-10-01)
- Added:
tool.poetry-dynamic-versioning.filesconfig section. This allows you to create a file in a default state before applying substitutions to it. You can also leave the substitutions in place when the plugin deactivates.v1.0.1 (2023-08-21)
- Fixed:
- Compatibility with poetry-core 1.7.0, which removed the
poetry.core.semvermodule.- The
enablecommand now constrains the plugin version to>=1.0.0,<2.0.0to protect against any potential API changes.
... (truncated)
Changelog
Sourced from poetry-dynamic-versioning's changelog.
v1.4.1 (2024-09-10)
- Fixed:
- The
enablecommand would fail when the pyproject.toml tables were out of order.v1.4.0 (2024-06-17)
- Added:
The plugin now supports Poetry's upcoming PEP-621 functionality. More info here: python-poetry/poetry#3332
If your pyproject.toml defines
tool.poetry.name, then the plugin will preserve its existing behavior.However, if your pyproject.toml:
- does not define
tool.poetry.name- defines
project.name- defines
project.dynamicto include"version"- does not define
project.version...then the plugin will enable its PEP-621 functionality.
Because PEP-621 support is not yet released and finalized in Poetry itself, it is also subject to change in the plugin.
v1.3.0 (2024-04-29)
- Added:
pattern-prefixoption to add a prefix to the version tag pattern.ignore-untrackedoption to control the detection of dirty state.from-fileconfig section to read a version from a file instead of the VCS.POETRY_DYNAMIC_VERSIONING_DEBUGenvironment variable for some logging.- Changed:
- Updated Dunamai to 1.21.0+ for the latest features.
v1.2.0 (2023-12-02)
- Added:
initial-content-jinjaoption intool.poetry-dynamic-versioning.filessection.- Fixed:
- Line ending style was not preserved in some cases because of the default behavior of
pathlib.Path.read_text. To avoid this,pathlib.Path.read_bytesis used instead now. (Contributed by nardi)v1.1.1 (2023-10-27)
- Fixed:
... (truncated)
Commits
54d9d15Release v1.4.1aa2658a#190: Fix out-of-order tables in TOML edit84c9338Temporarily allow failures in the PEP 621 branch of Poetry8535154Avoid 'poetry self' in test when managed by Pipx0a240b0Allow integration tests to install plugin via Pipx0aedb7eAdd --pipx option to install task500f406Fix lock file8757525#187: Add manpageb7d1957Disable Python 3.7 in CI due to Poetry installation errorsdd3846aExclude faulty Poetry versions from CI- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)