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