Changelog
### 1.1.1
```
Minor Changes
- Remove support for py37 and enable support for py312 (122) ssbarnea
Bugfixes
- Remove use of pbr (119) ssbarnea
- Allow PEP links with anchors (116) flying-sheep
- PEP 621: Migrate more config into pyproject.toml (110) cclauss
<hr /><em>This discussion was created from the release <a href='https://github.com/PyCQA/doc8/releases/tag/v1.1.0'>v1.1.0</a>.</em>
```
### 1.1.0
```
Minor Changes
- Remove support for py37 and enable support for py312 (122) ssbarnea
Bugfixes
- Remove use of pbr (119) ssbarnea
- Allow PEP links with anchors (116) flying-sheep
- PEP 621: Migrate more config into pyproject.toml (110) cclauss
```
### 1.0.0
```
Major Changes
- Drop support for python 3.6 (101) ssbarnea
Bugfixes
- Address some deprecation warnings (103) ssbarnea
- Make toml support implicit (93) JakobDev
- Remove pip from `pyproject.toml` (94) grgmiller
- Add support for python 3.11 (95) ssbarnea
```
### 0.11.2
```
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
```
Bugfixes
* Use tomli to read .toml files (81) mgorny
Kudos goes to: mgorny
```
### 0.11.0
```
Minor Changes
* Add ability to load .config/doc8.ini (76) ssbarnea
Kudos goes to: ssbarnea
```
### 0.10.1
```
Minor Changes
* Adopt modern python packaging (68) ssbarnea
* Add support for python 3.10 (67) ssbarnea
Bugfixes
* Repair packaging (73) ssbarnea
* Enable pylint (70) ssbarnea
Kudos goes to: ssbarnea
```
### 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
```
### 0.8.1rc3
```
* Adds pre-commit hook, we need a tag to be able to consume it.
* Adds support for calling doc8 from python
```
Links
- PyPI: https://pypi.org/project/doc8
- Changelog: https://pyup.io/changelogs/doc8/
This PR updates doc8 from 0.8.0 to 1.1.1.
Changelog
### 1.1.1 ``` Minor Changes - Remove support for py37 and enable support for py312 (122) ssbarnea Bugfixes - Remove use of pbr (119) ssbarnea - Allow PEP links with anchors (116) flying-sheep - PEP 621: Migrate more config into pyproject.toml (110) cclauss <hr /><em>This discussion was created from the release <a href='https://github.com/PyCQA/doc8/releases/tag/v1.1.0'>v1.1.0</a>.</em> ``` ### 1.1.0 ``` Minor Changes - Remove support for py37 and enable support for py312 (122) ssbarnea Bugfixes - Remove use of pbr (119) ssbarnea - Allow PEP links with anchors (116) flying-sheep - PEP 621: Migrate more config into pyproject.toml (110) cclauss ``` ### 1.0.0 ``` Major Changes - Drop support for python 3.6 (101) ssbarnea Bugfixes - Address some deprecation warnings (103) ssbarnea - Make toml support implicit (93) JakobDev - Remove pip from `pyproject.toml` (94) grgmiller - Add support for python 3.11 (95) ssbarnea ``` ### 0.11.2 ``` 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 ``` Bugfixes * Use tomli to read .toml files (81) mgorny Kudos goes to: mgorny ``` ### 0.11.0 ``` Minor Changes * Add ability to load .config/doc8.ini (76) ssbarnea Kudos goes to: ssbarnea ``` ### 0.10.1 ``` Minor Changes * Adopt modern python packaging (68) ssbarnea * Add support for python 3.10 (67) ssbarnea Bugfixes * Repair packaging (73) ssbarnea * Enable pylint (70) ssbarnea Kudos goes to: ssbarnea ``` ### 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 ``` ### 0.8.1rc3 ``` * Adds pre-commit hook, we need a tag to be able to consume it. * Adds support for calling doc8 from python ```Links
- PyPI: https://pypi.org/project/doc8 - Changelog: https://pyup.io/changelogs/doc8/