Skip to content

Releases: mtkennerly/poetry-dynamic-versioning

pdv-plugin: v0.4.0 (2022-09-05)

05 Sep 09:07
8691373
Compare
Choose a tag to compare
  • Deprecated the name poetry-dynamic-versioning-plugin in favor of a newly unified poetry-dynamic-versioning.

pdv-plugin: v0.3.2 (2022-05-25)

25 May 09:17
02943a7
Compare
Choose a tag to compare
  • Fixed:
    • poetry did not work correctly when in a folder without a pyproject.toml.
    • poetry plugin show did not work correctly.

pdv: v0.17.1 (2022-05-19)

19 May 15:37
690dce0
Compare
Choose a tag to compare
  • Fixed:
    • CLI mode failed when pyproject.toml did not specify enable = true.

pdv-plugin: v0.3.1 (2022-05-19)

19 May 15:36
690dce0
Compare
Choose a tag to compare
  • Fixed:
    • CLI mode failed when pyproject.toml did not specify enable = true.

pdv: v0.17.0 (2022-05-13)

13 May 11:27
cd5dd72
Compare
Choose a tag to compare
  • Added:
    • Option tool.poetry-dynamic-versioning.substitution.folders.

pdv-plugin: v0.3.0 (2022-05-13)

13 May 11:27
cd5dd72
Compare
Choose a tag to compare
  • Added:
    • Option tool.poetry-dynamic-versioning.substitution.folders.

pdv: v0.16.0 (2022-05-07)

06 May 22:16
e7ad910
Compare
Choose a tag to compare
  • Changed:
    • Option tool.poetry-dynamic-versioning.subversion.tag-dir is now tool.poetry-dynamic-versioning.tag-dir.
  • Added:
    • Option tool.poetry-dynamic-versioning.tag-branch.
    • Option tool.poetry-dynamic-versioning.full-commit.

pdv-plugin: v0.2.0 (2022-05-07)

06 May 22:15
e7ad910
Compare
Choose a tag to compare
  • Changed:
    • Option tool.poetry-dynamic-versioning.subversion.tag-dir is now tool.poetry-dynamic-versioning.tag-dir.
  • Added:
    • Option tool.poetry-dynamic-versioning.tag-branch.
    • Option tool.poetry-dynamic-versioning.full-commit.

pdv: v0.15.0 (2022-04-28)

28 Apr 13:47
d83758a
Compare
Choose a tag to compare
  • Changed:
    • Internal improvements/refactoring to unify code base with poetry-dynamic-versioning-plugin, which is released as a separate package. These changes should not affect users of poetry-dynamic-versioning.

pdv-plugin: v0.1.0 (2022-04-28)

28 Apr 13:49
d83758a
Compare
Choose a tag to compare
  • Changed:
    • The Poetry 1.2+ plugin now has a new name, poetry-dynamic-versioning-plugin, and this is its first release as a separate package.

      The import-hack-based pseudo-plugin will continue to be called poetry-dynamic-versioning.