Skip to content

v0.21.2 (2022-12-16)

Compare
Choose a tag to compare
@mtkennerly mtkennerly released this 23 Dec 07:13
· 104 commits to master since this release
910413f
  • Fixed:
    • Line endings were not necessarily preserved because of the default behavior of pathlib.Path.write_text. To avoid this, pathlib.Path.write_bytes is used instead now.