Skip to content

Releases: mtkennerly/poetry-dynamic-versioning

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.

v0.4.0 (2019-12-13)

13 Dec 21:53
Compare
Choose a tag to compare
  • #2: Added the ability to update the version in other files than pyproject.toml.

v0.3.2 (2019-12-13)

13 Dec 17:12
Compare
Choose a tag to compare
  • Fixed an issue with Poetry 1.0.0b2 and newer where the original version would not be restored after poetry run. (Contributed by lmoretto)

v0.3.1 (2019-11-28)

28 Nov 16:19
Compare
Choose a tag to compare
  • Fixed #3 where the plugin would revert not only the dynamic version change in pyproject.toml, but also any other changes, such as the addition of new dependencies. (Contributed by lmoretto)

v0.3.0 (2019-10-27)

27 Oct 19:04
Compare
Choose a tag to compare
  • Updated for Dunamai v1.0.0:
    • Added support for Fossil.
    • Better error reporting, such as when no tags match the expected pattern.
    • Custom formatting:
      • Renamed {post} to {distance}
      • Renamed {pre_type} to {stage}
      • Renamed {pre_number} to {revision}
      • Removed {epoch}
      • Removed {dev}

v0.2.0 (2019-10-19)

19 Oct 15:32
Compare
Choose a tag to compare
  • Added support for Poetry 1.0.0b2.