Skip to content

Commit 35214a7

Browse files
committed
chore: update CHANGELOG.md for new release
1 parent 0032269 commit 35214a7

1 file changed

Lines changed: 21 additions & 38 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

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+
321
## [v1.7.7](https://github.com/PyCQA/docformatter/tree/v1.7.7) (2025-05-11)
422

523
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.6...v1.7.7)
@@ -69,56 +87,18 @@ Bug Fixes
6987

7088
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.1...v1.7.2)
7189

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-
7690
## [v1.7.1](https://github.com/PyCQA/docformatter/tree/v1.7.1) (2023-05-19)
7791

7892
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0...v1.7.1)
7993

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-
9594
## [v1.7.0](https://github.com/PyCQA/docformatter/tree/v1.7.0) (2023-05-15)
9695

9796
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.5...v1.7.0)
9897

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-
10898
## [v1.6.5](https://github.com/PyCQA/docformatter/tree/v1.6.5) (2023-05-03)
10999

110100
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5)
111101

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-
122102
## [v1.6.4](https://github.com/PyCQA/docformatter/tree/v1.6.4) (2023-04-26)
123103

124104
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4)
@@ -150,3 +130,6 @@ Bug Fixes
150130
## [v1.4](https://github.com/PyCQA/docformatter/tree/v1.4) (2020-12-27)
151131

152132
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.3.1...v1.4)
133+
134+
135+

0 commit comments

Comments
 (0)