Skip to content

Releases: mtkennerly/poetry-dynamic-versioning

v0.11.0 (2020-11-21)

21 Nov 17:25
Compare
Choose a tag to compare
  • Added:
    • bump option.
  • Fixed:
    • poetry shell did not clean up after itself.

v0.10.0 (2020-10-08)

09 Oct 01:47
Compare
Choose a tag to compare
  • Added:
    • Support for patching poetry-core when used as a standalone build system.

v0.9.0 (2020-09-27)

27 Sep 16:33
Compare
Choose a tag to compare
  • Changed:
    • Dropped support for pip wheel . and bumped the minimum Poetry version to 1.0.2 in order to enable fixing the following issue.
  • 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 to poetry.core.semver.version starting in Poetry 1.1.0a1. The plugin can now handle either location.

v0.8.3 (2020-08-07)

08 Aug 02:08
Compare
Choose a tag to compare

v0.8.2 (2020-07-06)

07 Jul 03:44
Compare
Choose a tag to compare
  • 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)

29 May 20:05
Compare
Choose a tag to compare
  • 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)

29 May 01:06
Compare
Choose a tag to compare
  • 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)

14 May 20:29
Compare
Choose a tag to compare
  • Added a CLI mode.

v0.6.0 (2020-03-22)

22 Mar 23:42
Compare
Choose a tag to compare
  • Expose new Dunamai functions via format-jinja:
    • bump_version
    • serialize_pep440
    • serialize_pvp
    • serialize_semver

v0.5.0 (2020-02-12)

12 Feb 08:57
Compare
Choose a tag to compare
  • Added the format-jinja option.