Skip to content

v1.2.0 (2023-12-02)

Compare
Choose a tag to compare
@mtkennerly mtkennerly released this 02 Dec 14:49
· 14 commits to master since this release
dd9952f
  • Added:
    • initial-content-jinja option in tool.poetry-dynamic-versioning.files section.
  • Fixed:
    • Line ending style was not preserved in some cases because of the default behavior of pathlib.Path.read_text. To avoid this, pathlib.Path.read_bytes is used instead now. (Contributed by nardi)