Release 0.6.0
New functions:
- Handle multi-line summaries in
FinalPeriodFormatter
by @DanielNoord in #77 - Add a newline to the end of the diff output by @DanielNoord in #79
- Create
SummaryAndDescriptionFormatter
by @DanielNoord in #82 - Add
--exit-code
option and add number of files to output by @DanielNoord in #81 - Add line wrapping to summaries of docstrings by @Pierre-Sassoulas in #14
- Make
SplitSummaryAndDocstringFormatter
non-optional by @DanielNoord in #94 - Improve removal of unnecessary or double white lines by @DanielNoord in #98
- Add
--max-line-length
option by @mdczaplicki in #105
Bug fixes:
- Fix the
SummaryFormatter
by @DanielNoord in #76 - Fix handling of summaries on a separate line by @DanielNoord in #89
- Fix a bug with wrapping of single line summaries by @DanielNoord in #95
Project changes:
- Add primer tests by @DanielNoord in #78
New Contributors
- @mdczaplicki made their first contribution in #105
Full Changelog: v0.5.3...v0.6.0