Releases: PyCQA/doc8
Releases · PyCQA/doc8
v1.1.2
Bugfixes
- Clean up build dependencies (#146) @tjni
- docs: update meta.pycqa.org URL (#160) @jayaddison
- ci: update to
coactions/dynamic-matrix
v3 (latest) (#161) @jayaddison - bump docutils support (#159) @ewdurbin
- Fix absolute paths not considered for
ignore-path-errors
option (#148) @fmigneault - Add example for pyproject.toml config (#149) @q-wertz
- update badges (#132) @12rambau
v1.1.1
v1.0.0
0.11.2
Bugfixes
Kudos goes to: @ejd, @pre-commit-ci and @pre-commit-ci[bot]
0.11.1
0.11.0
0.10.1
0.9.1
Bugfixes
- Clarify pyproject.toml configuration (#63) @felix-hilden
- setup.cfg: Replace dash-separated options (#64) @00-matt
Kudos goes to: @00-matt and @felix-hilden
0.9.0
Major Changes
- Remove chardet based input encoding detection (#46) @zgoda
- Remove support for py27 and py35 (#45) @ssbarnea
Minor Changes
- add support for reading doc8 config from pyproject.toml file (#49) @swaldhoer
- Add support for py38 (#44) @ssbarnea
- Add support for py39 (#61) @ssbarnea
- Turn off pre-commit's automated multiprocessing (#38) @peterjc
- Improve readme (#36) @stephenfin
Bugfixes
- Add pyproject.toml support to README (#56) @kasium
- Ignoring several labels for "code-block" directive. (#51) @sdelliot
- Handling of Windows (and legacy Mac) line endings (#47) @MarkusPiotrowski
- Accept the :substitutions: option on code-block directives in Sphinx (#34) @ntolia
Kudos goes to: @MarkusPiotrowski, @kasium, @ntolia, @peterjc, @sbellem, @sdelliot, @ssbarnea, @stephenfin, @swaldhoer and @zgoda