Skip to content

v0.5.2

Choose a tag to compare

@abravalheri abravalheri released this 10 Dec 17:49
· 248 commits to main since this release

New bug-fix release: ini2toml v0.5.2.
The most notable changes are:

  • Fixed bug that was replacing tables when a new subtable was being added
    and that new subtable could be written as an inline table
  • setuptools plugin:
    • Fixed bug that forced normalisation of option subsections
      even when the keys represent package names or file paths.
    • Fixed bug that prevented line continuations in the package requirements.
      setuptools seem to support this use case, and people use it to write
      markers in separated lines (possible with comments between them).
    • Fixed but that allowed an empty entry-points subtable to be left
      behind in the tool.setuptools table.

Diff: v0.5.1...v0.5.2