|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.7.8](https://github.com/PyCQA/docformatter/tree/v1.7.8) (2026-04-21) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.7...v1.7.8) |
| 6 | + |
| 7 | +Bug Fixes |
| 8 | + |
| 9 | +- fix: multi sentence summary [\#313](https://github.com/PyCQA/docformatter/pull/313) ([weibullguy](https://github.com/weibullguy)) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- chore\(deps-dev\): bump pygments from 2.19.2 to 2.20.0 [\#341](https://github.com/PyCQA/docformatter/pull/341) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 14 | +- chore\(deps-dev\): bump virtualenv from 20.32.0 to 20.36.1 [\#337](https://github.com/PyCQA/docformatter/pull/337) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 15 | +- chore\(deps-dev\): bump urllib3 from 2.5.0 to 2.6.3 [\#334](https://github.com/PyCQA/docformatter/pull/334) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 16 | +- chore: issue 288 [\#320](https://github.com/PyCQA/docformatter/pull/320) ([weibullguy](https://github.com/weibullguy)) |
| 17 | +- chore: updating dependency and tool versions [\#319](https://github.com/PyCQA/docformatter/pull/319) ([weibullguy](https://github.com/weibullguy)) |
| 18 | +- chore\(deps-dev\): bump urllib3 from 2.4.0 to 2.5.0 [\#317](https://github.com/PyCQA/docformatter/pull/317) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 19 | +- chore\(deps-dev\): bump requests from 2.32.3 to 2.32.4 [\#316](https://github.com/PyCQA/docformatter/pull/316) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 20 | + |
3 | 21 | ## [v1.7.7](https://github.com/PyCQA/docformatter/tree/v1.7.7) (2025-05-11) |
4 | 22 |
|
5 | 23 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.6...v1.7.7) |
@@ -69,56 +87,18 @@ Bug Fixes |
69 | 87 |
|
70 | 88 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.1...v1.7.2) |
71 | 89 |
|
72 | | -Bug Fixes |
73 | | - |
74 | | -- fix: wrapping issues with reST directives, quoted URLs, and Sphinx field lists [\#219](https://github.com/PyCQA/docformatter/pull/219) ([weibullguy](https://github.com/weibullguy)) |
75 | | - |
76 | 90 | ## [v1.7.1](https://github.com/PyCQA/docformatter/tree/v1.7.1) (2023-05-19) |
77 | 91 |
|
78 | 92 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0...v1.7.1) |
79 | 93 |
|
80 | | -Features |
81 | | - |
82 | | -- feat: support epytext style [\#211](https://github.com/PyCQA/docformatter/pull/211) ([weibullguy](https://github.com/weibullguy)) |
83 | | -- feat: use tomllib for Python 3.11+ [\#208](https://github.com/PyCQA/docformatter/pull/208) ([weibullguy](https://github.com/weibullguy)) |
84 | | -- feat: wrap Sphinx style long parameter descriptions [\#201](https://github.com/PyCQA/docformatter/pull/201) ([weibullguy](https://github.com/weibullguy)) |
85 | | - |
86 | | -Bug Fixes |
87 | | - |
88 | | -- fix: improper wrapping of short anonymous hyperlnks [\#213](https://github.com/PyCQA/docformatter/pull/213) ([weibullguy](https://github.com/weibullguy)) |
89 | | - |
90 | | -**Merged pull requests:** |
91 | | - |
92 | | -- chore: update version strings [\#214](https://github.com/PyCQA/docformatter/pull/214) ([weibullguy](https://github.com/weibullguy)) |
93 | | -- chore: update pre-commit-config [\#209](https://github.com/PyCQA/docformatter/pull/209) ([weibullguy](https://github.com/weibullguy)) |
94 | | - |
95 | 94 | ## [v1.7.0](https://github.com/PyCQA/docformatter/tree/v1.7.0) (2023-05-15) |
96 | 95 |
|
97 | 96 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.5...v1.7.0) |
98 | 97 |
|
99 | | -Features |
100 | | - |
101 | | -- feat: add option to format compatible with black [\#196](https://github.com/PyCQA/docformatter/pull/196) ([weibullguy](https://github.com/weibullguy)) |
102 | | -- 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)) |
103 | | - |
104 | | -**Merged pull requests:** |
105 | | - |
106 | | -- chore: update workflows [\#206](https://github.com/PyCQA/docformatter/pull/206) ([weibullguy](https://github.com/weibullguy)) |
107 | | - |
108 | 98 | ## [v1.6.5](https://github.com/PyCQA/docformatter/tree/v1.6.5) (2023-05-03) |
109 | 99 |
|
110 | 100 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5) |
111 | 101 |
|
112 | | -Bug Fixes |
113 | | - |
114 | | -- fix: removing blank line after import section [\#204](https://github.com/PyCQA/docformatter/pull/204) ([weibullguy](https://github.com/weibullguy)) |
115 | | - |
116 | | -**Merged pull requests:** |
117 | | - |
118 | | -- chore: add GH release badge [\#200](https://github.com/PyCQA/docformatter/pull/200) ([weibullguy](https://github.com/weibullguy)) |
119 | | -- chore: update workflows to create release [\#198](https://github.com/PyCQA/docformatter/pull/198) ([weibullguy](https://github.com/weibullguy)) |
120 | | -- chore: update GH actions to generate CHANGELOG [\#194](https://github.com/PyCQA/docformatter/pull/194) ([weibullguy](https://github.com/weibullguy)) |
121 | | - |
122 | 102 | ## [v1.6.4](https://github.com/PyCQA/docformatter/tree/v1.6.4) (2023-04-26) |
123 | 103 |
|
124 | 104 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4) |
@@ -150,3 +130,6 @@ Bug Fixes |
150 | 130 | ## [v1.4](https://github.com/PyCQA/docformatter/tree/v1.4) (2020-12-27) |
151 | 131 |
|
152 | 132 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.3.1...v1.4) |
| 133 | + |
| 134 | + |
| 135 | + |
0 commit comments