Skip to content

Releases: PyCQA/doc8

v1.1.1

24 Dec 15:03
8bd4371
Compare
Choose a tag to compare

Minor Changes

  • Remove support for py37 and enable support for py312 (#122) @ssbarnea

Bugfixes


This discussion was created from the release v1.1.0.

v1.0.0

27 Jul 16:44
5923ca0
Compare
Choose a tag to compare

Major Changes

Bugfixes

0.11.2

17 May 18:36
5d785c9
Compare
Choose a tag to compare

Bugfixes

  • Normalize arguments loaded from pyproject.toml (#75) (#85) @ejd

Kudos goes to: @ejd, @pre-commit-ci and @pre-commit-ci[bot]

0.11.1

31 Mar 13:56
ba0d497
Compare
Choose a tag to compare

Bugfixes

Kudos goes to: @mgorny

0.11.0

30 Mar 14:02
95ec0ea
Compare
Choose a tag to compare

Minor Changes

Kudos goes to: @ssbarnea

0.10.1

10 Nov 14:20
b6df95f
Compare
Choose a tag to compare

Minor Changes

Bugfixes

Kudos goes to: @ssbarnea

0.9.1

27 Sep 11:22
6d93e18
Compare
Choose a tag to compare

Bugfixes

Kudos goes to: @00-matt and @felix-hilden

0.9.0

19 Jul 12:27
b308cb1
Compare
Choose a tag to compare

Major Changes

  • Remove chardet based input encoding detection (#46) @zgoda
  • Remove support for py27 and py35 (#45) @ssbarnea

Minor Changes

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

0.8.1rc3

07 Aug 06:46
0ef8e56
Compare
Choose a tag to compare
0.8.1rc3 Pre-release
Pre-release
  • Adds pre-commit hook, we need a tag to be able to consume it.
  • Adds support for calling doc8 from python