|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/PyCQA/docformatter/tree/HEAD)
|
4 | 4 |
|
5 |
| -[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.5...HEAD) |
| 5 | +[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0...HEAD) |
| 6 | + |
| 7 | +Features |
| 8 | + |
| 9 | +- feat: use tomllib for Python 3.11+ [\#208](https://github.com/PyCQA/docformatter/pull/208) ([weibullguy](https://github.com/weibullguy)) |
| 10 | +- feat: wrap Sphinx style long parameter descriptions [\#201](https://github.com/PyCQA/docformatter/pull/201) ([weibullguy](https://github.com/weibullguy)) |
6 | 11 |
|
7 | 12 | **Merged pull requests:**
|
8 | 13 |
|
9 |
| -- chore: update workflows [\#206](https://github.com/PyCQA/docformatter/pull/206) ([weibullguy](https://github.com/weibullguy)) |
| 14 | +- chore: update pre-commit-config [\#209](https://github.com/PyCQA/docformatter/pull/209) ([weibullguy](https://github.com/weibullguy)) |
10 | 15 |
|
11 |
| -## [v1.6.5](https://github.com/PyCQA/docformatter/tree/v1.6.5) (2023-05-03) |
| 16 | +## [v1.7.0](https://github.com/PyCQA/docformatter/tree/v1.7.0) (2023-05-15) |
12 | 17 |
|
13 |
| -[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5) |
| 18 | +[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.5...v1.7.0) |
14 | 19 |
|
15 | 20 | Features
|
16 | 21 |
|
17 | 22 | - feat: add option to format compatible with black [\#196](https://github.com/PyCQA/docformatter/pull/196) ([weibullguy](https://github.com/weibullguy))
|
18 | 23 | - feat: add option for user to provide list of words not to capitalize [\#195](https://github.com/PyCQA/docformatter/pull/195) ([weibullguy](https://github.com/weibullguy))
|
19 | 24 |
|
| 25 | +**Merged pull requests:** |
| 26 | + |
| 27 | +- chore: update workflows [\#206](https://github.com/PyCQA/docformatter/pull/206) ([weibullguy](https://github.com/weibullguy)) |
| 28 | + |
| 29 | +## [v1.6.5](https://github.com/PyCQA/docformatter/tree/v1.6.5) (2023-05-03) |
| 30 | + |
| 31 | +[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5) |
| 32 | + |
20 | 33 | Bug Fixes
|
21 | 34 |
|
22 | 35 | - fix: removing blank line after import section [\#204](https://github.com/PyCQA/docformatter/pull/204) ([weibullguy](https://github.com/weibullguy))
|
@@ -117,20 +130,9 @@ Bug Fixes
|
117 | 130 |
|
118 | 131 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.4...v1.5.0)
|
119 | 132 |
|
120 |
| -Features |
121 |
| - |
122 |
| -- feat: add option to place closing quotes on newline [\#104](https://github.com/PyCQA/docformatter/pull/104) ([weibullguy](https://github.com/weibullguy)) |
123 |
| -- feat: add support for setup.cfg and tox.ini configuration files [\#101](https://github.com/PyCQA/docformatter/pull/101) ([weibullguy](https://github.com/weibullguy)) |
124 |
| - |
125 |
| -Bug Fixes |
126 |
| - |
127 |
| -- feat: adjust for tab when wrapping [\#105](https://github.com/PyCQA/docformatter/pull/105) ([weibullguy](https://github.com/weibullguy)) |
128 |
| -- fix: definitions corrupted with in-line comment [\#99](https://github.com/PyCQA/docformatter/pull/99) ([weibullguy](https://github.com/weibullguy)) |
129 |
| - |
130 | 133 | **Merged pull requests:**
|
131 | 134 |
|
132 | 135 | - chore: add workflow actions [\#108](https://github.com/PyCQA/docformatter/pull/108) ([weibullguy](https://github.com/weibullguy))
|
133 |
| -- test: move remaining tests to tests/ directory [\#102](https://github.com/PyCQA/docformatter/pull/102) ([weibullguy](https://github.com/weibullguy)) |
134 | 136 |
|
135 | 137 | ## [v1.4](https://github.com/PyCQA/docformatter/tree/v1.4) (2020-12-27)
|
136 | 138 |
|
|
0 commit comments