Releases: mtkennerly/poetry-dynamic-versioning
Releases · mtkennerly/poetry-dynamic-versioning
v0.12.1 (2021-01-04)
- Fixed:
- Possible exception when applying patches if only
poetry-core
was installed and not the Poetry tool.
- Possible exception when applying patches if only
v0.12.0 (2020-12-05)
- Added:
tagged-metadata
option, for the corresponding Dunamai feature. (Contributed by mariusvniekerk)
v0.11.0 (2020-11-21)
- Added:
bump
option.
- Fixed:
poetry shell
did not clean up after itself.
v0.10.0 (2020-10-08)
- Added:
- Support for patching
poetry-core
when used as a standalone build system.
- Support for patching
v0.9.0 (2020-09-27)
- Changed:
- Dropped support for
pip wheel .
and bumped the minimum Poetry version to 1.0.2 in order to enable fixing the following issue.
- Dropped support for
- Fixed:
- The main project's dynamic version would be applied to path/Git dependencies. Now, the plugin tracks state and configuration for each dependency separately in order to correctly report their versions.
poetry run
did not always clean up after itself.poetry.semver.version
could not be imported because it was moved topoetry.core.semver.version
starting in Poetry 1.1.0a1. The plugin can now handle either location.
v0.8.3 (2020-08-07)
- Fixed a possible issue with string interning in glob handling. (Contributed by mariusvniekerk)
v0.8.2 (2020-07-06)
- Fixed an issue with Python 3.5 compatibility. (Contributed by gsemet)
- Increased minimum Dunamai version to propagate the latest updates.
v0.8.1 (2020-05-29)
- Fixed an issue where CLI mode did not persist the change to pyproject.toml. This problem was missed because of an issue in the integration tests, which are fixed now as well.
v0.8.0 (2020-05-28)
- Added the option
format-jinja-imports
. - Added support for Pip's PEP 517 isolated builds.
- In CLI mode:
- Improved handling of error conditions.
- Added output of the generated version and any modified files.
- Removed handling for Poetry versions prior to 1.0.0.
- Avoid writing files if the content does not need to be changed.
v0.7.0 (2020-05-14)
- Added a CLI mode.