Releases: mtkennerly/poetry-dynamic-versioning
Releases · mtkennerly/poetry-dynamic-versioning
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.
v0.6.0 (2020-03-22)
- Expose new Dunamai functions via
format-jinja
:bump_version
serialize_pep440
serialize_pvp
serialize_semver
v0.5.0 (2020-02-12)
- Added the
format-jinja
option.