Releases: PyCQA/docformatter
Releases · PyCQA/docformatter
v1.6.1
Release 1.6.1
What's Changed
- fix: remove blank lines after line beginning with 'def' by @weibullguy in #171
Full Changelog: v1.6.0...v1.6.1
v1.6.0
Release v1.6.0
What's Changed
-
fix: remove blank line after method docstring by @weibullguy in #138
-
fix: handle index error in link wrapping by @weibullguy in #141
-
fix: handle blank lines after class definition properly by @weibullguy in #142
-
fix: wrap multi-paragraph long descriptions by @weibullguy in #143
-
fix: add additional URL patterns by @weibullguy in #148
-
fix: update URL handling functions by @weibullguy in #152
-
feat: add file config options by @weibullguy in #137
-
(🎁) Support python 3.11 by @KotlinIsland in #164
-
docs: clarify future arguments by @weibullguy in #168
-
chore: drop support for Python3.6 by @weibullguy in #149
-
chore: update GitHub action workflows by @weibullguy in #153
New Contributors
- @kianmeng made their first contribution in #147
- @KotlinIsland made their first contribution in #164
Full Changelog: v1.5.1...v1.6.0