v1.7.5 (2023-07-12)
Features
- fix: not recognizing
yield
as a sphinx field name #254 (weibullguy)
v1.7.4 (2023-07-10)
Bug Fixes
- fix: summary with back ticks and sphinx field names with periods #248 (weibullguy)
Merged pull requests:
- chore: update documentation link for metadata #247 (icp1994)
- test: split format tests into multiple files #246 (weibullguy)
v1.7.3 (2023-06-23)
Bug Fixes
- fix: removing newline between Sphinx field lists #237 (weibullguy)
Merged pull requests:
- chore: move changelog to tag workflow #233 (weibullguy)
v1.7.2 (2023-06-07)
Bug Fixes
- fix: wrapping issues with reST directives, quoted URLs, and Sphinx field lists #219 (weibullguy)
v1.7.1 (2023-05-19)
Features
- feat: support epytext style #211 (weibullguy)
- feat: use tomllib for Python 3.11+ #208 (weibullguy)
- feat: wrap Sphinx style long parameter descriptions #201 (weibullguy)
Bug Fixes
- fix: improper wrapping of short anonymous hyperlnks #213 (weibullguy)
Merged pull requests:
- chore: update version strings #214 (weibullguy)
- chore: update pre-commit-config #209 (weibullguy)
v1.7.0 (2023-05-15)
Features
- feat: add option to format compatible with black #196 (weibullguy)
- feat: add option for user to provide list of words not to capitalize #195 (weibullguy)
Merged pull requests:
- chore: update workflows #206 (weibullguy)
v1.6.5 (2023-05-03)
Bug Fixes
- fix: removing blank line after import section #204 (weibullguy)
Merged pull requests:
- chore: add GH release badge #200 (weibullguy)
- chore: update workflows to create release #198 (weibullguy)
- chore: update GH actions to generate CHANGELOG #194 (weibullguy)
v1.6.4 (2023-04-26)
Bug Fixes
- fix: IndexError when only URL in long description #190 (weibullguy)
- fix: removing newline after shebang #188 (weibullguy)
- fix: not capitalizing first word when summary ends in period #185 (weibullguy)
v1.6.3 (2023-04-23)
Bug Fixes
- fix: adding newlines around wrapped URL #182 (weibullguy)
- fix: adding blank line in summary with symbol #179 (weibullguy)
Merged pull requests:
- ci: split test suite run into unit and system #181 (weibullguy)
v1.6.2 (2023-04-22)
Bug Fixes
- fix: remove blank after comment #177 (weibullguy)
v1.6.1 (2023-04-21)
Bug Fixes
- fix: remove blank lines after line beginning with 'def' #171 (weibullguy)
v1.6.0 (2023-04-04)
Features
- (🎁) Support python 3.11 #164 (KotlinIsland)
Bug Fixes
- fix: update URL handling functions #152 (weibullguy)
Merged pull requests:
- docs: clarify future arguments #168 (weibullguy)
- chore: update GitHub action workflows #153 (weibullguy)