v1.0.0
What's Changed
The API is now declared stable and any future intentionally breaking change
will follow a deprecation cycle.
- DEPR: drop support for Python 3.6 and 3.7, inifix now requires Python 3.8 or newer
- DEPR: end deprecation cycle for function arguments marked as "future-potisional-only"
- ENH: simplify internal logic (remove a non-user facing class, InifixConf)
- TYP: add mypy conf, add missing type annotations
Full Changelog: v0.11.2...v1.0.0