What's Changed
* Fix crash with almost empty docstrings by DanielNoord in https://github.com/DanielNoord/pydocstringformatter/pull/152
* Fix adding whitespaces in ``numpydoc`` style to single line docstrings by DanielNoord in https://github.com/DanielNoord/pydocstringformatter/pull/158
* Fixed toml parser ignoring style by jspaezp in https://github.com/DanielNoord/pydocstringformatter/pull/156
* Fixed bug where empty summaries fail with index error by jspaezp in https://github.com/DanielNoord/pydocstringformatter/pull/163
* Bugfix/emptyline no whitespace by jspaezp in https://github.com/DanielNoord/pydocstringformatter/pull/161
* Added boolean optional argument support by jspaezp in https://github.com/DanielNoord/pydocstringformatter/pull/166
* Add example formatters and a ``compare_formatter`` utility by DanielNoord in https://github.com/DanielNoord/pydocstringformatter/pull/180
* Don't add a new line in one-line Numpy docstrings by DanielNoord in https://github.com/DanielNoord/pydocstringformatter/pull/181
* Feature: two-pass formatting of the tokens by jspaezp in https://github.com/DanielNoord/pydocstringformatter/pull/173
New Contributors
* jspaezp made their first contribution in https://github.com/DanielNoord/pydocstringformatter/pull/156
**Full Changelog**: https://github.com/DanielNoord/pydocstringformatter/compare/v0.7.2...v0.7.3