Skip to content

v0.13

Compare
Choose a tag to compare
@abravalheri abravalheri released this 23 Oct 12:15
· 77 commits to main since this release

What's Changed

  • Fix errors when isort is installed in the same environment as ini2toml, #83.
  • setuptools plugin:
    • Add support for file: directive in install_requires and extras_require, #77.

      Important
      Note that setuptools (as per v67.6) may require that all optional-dependencies to be specified via the file: directive if at least one of them requires so.

  • Fix documentation, #88

Full Changelog: v0.12...v0.13