Releases: henry0312/pytest-pydocstyle
Releases · henry0312/pytest-pydocstyle
v2.4.0
What's Changed
Full Changelog: v2.3.2...v2.4.0
Added
- Test with Python 3.12 and 3.13-dev (#97)
- Support Python 3.13 (#100)
Changed
- Update setup-python to v4 (#96)
Removed
- Drop support of Python 3.7 and 3.8 (#99)
v2.3.2
Added
- Test with Python 3.12-dev (#90)
Fixed
- Fix unpacking tuple to follow the change of
get_files_to_check
(#92)
v2.3.1
Changed
- Replace
--strict
command-line option with --strict-markers
(#84)
- Test with Python 3.11 (#87)
- Update MANIFEST.in to add tests and Makefile to sdist (#88)
v2.3.0
Changed
- Require pytest v7.0 or later (#81)
- Replace
fspath
argument for Node constructors with pathlib.Path
(#82)
Removed
- Drop support of Python 3.6 (#80)
v2.2.1
Added
- Test with Python 3.9 and 3.10-dev (#76)
- Test with Python 3.10 and 3.11-dev (#78)
Changed
- Update setup-python to v3 (#77)
v2.1.3
Added
Changed
- Follow an official plugin example and perform code refactoring (#69)
Removed
v2.1.2
Changed
- Use pytest-pycodestyle in tests (#64)
- Update .travis.yml (#65)
v2.1.1
Changed
- Change the repository and package name to 'pytest-pydocstyle' (#60)
- Change package layout (#61)
- Update .gitignore (#62)