Skip to content

v0.14

Compare
Choose a tag to compare
@abravalheri abravalheri released this 20 Apr 19:23
· 19 commits to main since this release

What's Changed

  • Introduce LiteTranslator and FullTranslator as convenience classes for more deterministic behaviour, #95.
  • setuptools plugin:
    • Fix ValueError when setup.cfg contains [options.packages.find] but also lists [options] packages = ... explicitly as a list of package names, #93.
  • pytest plugin:
    • Remove comments when converting addopts with multi-line values, #98.
  • Remove ini2toml.api.{errors,types,transformations} as they are redundant with ini2toml.{errors,types,transformations}.

Full Changelog: v0.13...v0.14