- First release on PyPI, based on version 1.4.0 of dataclass-csv.
- Remove dependency on
distutilswhich is longer bundled with python starting from 3.12. - Support all iterables instead of just List as input to
DataclassWriter. - Add return type hints
DataclassReadermethods.