- Bump min. version of typer and fix dependency group name ([223](https://github.com/rstcheck/rstcheck/issues/223)) - Update configs for dev tooling ([225](https://github.com/rstcheck/rstcheck/pull/225)) - Bump default python version to 3.12 ([225](https://github.com/rstcheck/rstcheck/pull/225))
- Remove unused pre python 3.8 compatibility code ([195](https://github.com/rstcheck/rstcheck/pull/195)) - Drop support for sphinx v4 ([207](https://github.com/rstcheck/rstcheck/pull/207)) - Added `__main__.py` to enable command-line execution via python -m rstcheck ([206](https://github.com/rstcheck/rstcheck/pull/206))
- Fix bug where variable in log string was not substituted ([188](https://github.com/rstcheck/rstcheck/pull/188))
Miscellaneous
- Update Sphinx Theme Version and remove outdated Dark Mode Lib ([176](https://github.com/rstcheck/rstcheck/pull/176)) - Drop support for Sphinx v2 and v3 ([176](https://github.com/rstcheck/rstcheck/pull/176)) - Add tox environments for v6 and v7 ([176](https://github.com/rstcheck/rstcheck/pull/176)) - Switch from poetry to setuptools ([187](https://github.com/rstcheck/rstcheck/pull/187)) - Change test file naming convention ([188](https://github.com/rstcheck/rstcheck/pull/188)) - Change dev tooling ([188](https://github.com/rstcheck/rstcheck/pull/188)) - Add python 3.12 to CI ([188](https://github.com/rstcheck/rstcheck/pull/188))
- Update GHA workflows to use latest 'setup-python' action ([150](https://github.com/rstcheck/rstcheck/issues/150)) - Set tomli extra dependency to python < 3.11 like rstcheck-core ([162](https://github.com/rstcheck/rstcheck/issues/162)) - Drop python 3.7 ([177](https://github.com/rstcheck/rstcheck/pull/177))