Skip to content

Releases: mtkennerly/poetry-dynamic-versioning

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.

v0.1.0 (2019-06-05)

19 Oct 15:32
Compare
Choose a tag to compare
  • Initial release.