- Fix crash when encountering overlapping slots from multiple classes.
0.5.1
------------------
- Relax ``tomli`` dependency pin.
0.5.0
------------------
- More descriptive output on overlapping slots (26). - Simplify slot requirement flags. - allow configuration by ``pyproject.toml`` (28).
0.4.0
------------------
- Recognize builtin exceptions as not having slots. - Split ``--exclude-modules`` and ``exclude-classes``. - Add flags to specify inclusion as well as exclusion of modules/classes. - Allow disabling slot inheritance check. - Add ``--require-slots`` option.
0.3.1
------------------
- Catch ``BaseException`` in module import.
0.3.0
------------------
- Add ``--strict-imports`` flag (24) - Detect overlapping slots (10) - 100% test coverage (15) - Add ``--exclude`` flag (9)