-----------------
- Add Python 3.10 support.
- Switch to tomli instead of toml, after hearing about PEP-680. tomli will be
included in the Python 3.11 standard library as tomllib, while toml is
apparently unmaintained.
- Fix submodule support when ``.gitmodules`` exists in a subdirectory
(`153 <https://github.com/mgedmin/check-manifest/issues/153>`_).
Note that this reverts a fix for `124
<https://github.com/mgedmin/check-manifest/issues/124>`_: git versions before
2.11 are no longer supported.