|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.7.7](https://github.com/PyCQA/docformatter/tree/v1.7.7) (2025-05-11) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.6...v1.7.7) |
| 6 | + |
| 7 | +**Merged pull requests:** |
| 8 | + |
| 9 | +- chore\(deps-dev\): bump black from 22.12.0 to 24.3.0 [\#311](https://github.com/PyCQA/docformatter/pull/311) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 10 | +- chore\(deps-dev\): bump jinja2 from 3.1.4 to 3.1.6 [\#310](https://github.com/PyCQA/docformatter/pull/310) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 11 | +- chore\(deps-dev\): bump requests from 2.31.0 to 2.32.2 [\#309](https://github.com/PyCQA/docformatter/pull/309) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 12 | +- chore\(deps-dev\): bump virtualenv from 20.21.1 to 20.26.6 [\#308](https://github.com/PyCQA/docformatter/pull/308) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 13 | +- chore\(deps-dev\): bump zipp from 3.15.0 to 3.19.1 [\#307](https://github.com/PyCQA/docformatter/pull/307) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 14 | +- chore\(deps-dev\): bump urllib3 from 2.0.7 to 2.2.2 [\#306](https://github.com/PyCQA/docformatter/pull/306) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 15 | + |
3 | 16 | ## [v1.7.6](https://github.com/PyCQA/docformatter/tree/v1.7.6) (2025-05-07) |
4 | 17 |
|
5 | 18 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.5...v1.7.6) |
@@ -110,33 +123,14 @@ Bug Fixes |
110 | 123 |
|
111 | 124 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4) |
112 | 125 |
|
113 | | -Bug Fixes |
114 | | - |
115 | | -- fix: IndexError when only URL in long description [\#190](https://github.com/PyCQA/docformatter/pull/190) ([weibullguy](https://github.com/weibullguy)) |
116 | | -- fix: removing newline after shebang [\#188](https://github.com/PyCQA/docformatter/pull/188) ([weibullguy](https://github.com/weibullguy)) |
117 | | -- fix: not capitalizing first word when summary ends in period [\#185](https://github.com/PyCQA/docformatter/pull/185) ([weibullguy](https://github.com/weibullguy)) |
118 | | - |
119 | 126 | ## [v1.6.3](https://github.com/PyCQA/docformatter/tree/v1.6.3) (2023-04-23) |
120 | 127 |
|
121 | 128 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.2...v1.6.3) |
122 | 129 |
|
123 | | -Bug Fixes |
124 | | - |
125 | | -- fix: adding newlines around wrapped URL [\#182](https://github.com/PyCQA/docformatter/pull/182) ([weibullguy](https://github.com/weibullguy)) |
126 | | -- fix: adding blank line in summary with symbol [\#179](https://github.com/PyCQA/docformatter/pull/179) ([weibullguy](https://github.com/weibullguy)) |
127 | | - |
128 | | -**Merged pull requests:** |
129 | | - |
130 | | -- ci: split test suite run into unit and system [\#181](https://github.com/PyCQA/docformatter/pull/181) ([weibullguy](https://github.com/weibullguy)) |
131 | | - |
132 | 130 | ## [v1.6.2](https://github.com/PyCQA/docformatter/tree/v1.6.2) (2023-04-22) |
133 | 131 |
|
134 | 132 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.1...v1.6.2) |
135 | 133 |
|
136 | | -Bug Fixes |
137 | | - |
138 | | -- fix: remove blank after comment [\#177](https://github.com/PyCQA/docformatter/pull/177) ([weibullguy](https://github.com/weibullguy)) |
139 | | - |
140 | 134 | ## [v1.6.1](https://github.com/PyCQA/docformatter/tree/v1.6.1) (2023-04-21) |
141 | 135 |
|
142 | 136 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.0...v1.6.1) |
|
0 commit comments