Changelog File
Changelog
This is the changelog of rstcheck-core. Releases and their respective
changes are listed here. The order of releases is time and not version based!
For a list of all available releases see the
tags section on Github.
Links on the versions point to PyPI.
Unreleased
v1.3.0 (2026-05-04)
Bugfixes
Stripped
includedirectives to preventAttributeErrorin Sphinx. Included files are checked separately for existence and not just ignored. (#114)
v1.2.2 (2025-06-01)
Miscellaneous
Update configs for dev tooling (#96)
Bump default python version to 3.12 (#96)
Dropped support for python 3.8
Added python 3.13 to tox config as preparation for adding the version to the test pool. (#109)
Dropped support for sphinx 5 (#110)
Added python 3.13 to CI test pool (#110)
Add sphinx 8 to test pool for python version > 3.9 (#111)
Added python 3.14 to tox config and CI test pool (#113)
Dropped python 3.9 support (#115)
Add sphinx v9 to test runner (#116)
Upgrade base python version to v3.14 for automations (#117)
v1.2.1 (2024-03-23)
Miscellaneous
v1.2.0 (2023-11-13)
Miscellaneous
v1.1.1 (2023-09-09)
Bugfixes
Use real filename instead of tempfile name for C/C++/rst code blocks (#64)
Miscellaneous
Reduce log level and make message more clear for the AttributeError issue (#63)
v1.1.0 (2023-09-09)
Bugfixes
Auto discover pyproject.toml file on py311 and up
Documentation
Update inv file for pydantic links (#60)
Miscellaneous
Ignore “no newline at end of file” errors when C++ code is checked by clang (such as on macOS) (#45)
Drop python 3.7 (#52)
Drop support for Sphinx v2 and v3 (#51)
Add tox environments for v6 and v7 (#51)
Add basic pydantic v2 support (#53)
Update Sphinx Theme Version and remove outdated Dark Mode Lib (#51)
Switch from poetry to setuptools (#59)
Change test file naming convention (#60)
Change dev tooling (#60)
Drop pydantic v1 support (#60)
Add python 3.12 to CI (#60)
v1.0.3 (2022-11-12)
Documentation
Update release docs for changed release script
Restructure FAQ in docs
Miscellaneous
v1.0.2 (2022-05-30)
Miscellaneous
1.0.1.post2 (2022-05-30)
diff v1.0.1.post1…v1.0.1.post2
Miscellaneous
Fix link for PyPI in changelog for 1.0.1 release.
Fix link for PyPI in release script.
1.0.1.post1 (2022-05-30)
Miscellaneous
Update changelog with missing notes
v1.0.1 (2022-05-30)
New features
Add function to create dummy
Sphinxapp (#13)
Bugfixes
Fix
sourcecodedirective being ignored, when Sphinx support is active (#13)
Documentation
Add section to FAQ about issue with language-less code blocks with sphinx (#13)
Miscellaneous
Changed log level for unparsable GCC style messages from WARNING to DEBUG to reduce noise.
Log CRITICAL on AttributeError with sphinx support on, which mostly probably comes from language-less code blocks (#13)
v1.0.0 (2022-05-29)
New features
v1.0.0rc1 (2022-05-28)
Initial version after code base split from rstcheck/rstcheck