Skip to content

Commit f8976f0

Browse files
committed
chore: update CHANGELOG.md for new release
1 parent e73b8ba commit f8976f0

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

CHANGELOG.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

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+
316
## [v1.7.6](https://github.com/PyCQA/docformatter/tree/v1.7.6) (2025-05-07)
417

518
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.5...v1.7.6)
@@ -110,33 +123,14 @@ Bug Fixes
110123

111124
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4)
112125

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-
119126
## [v1.6.3](https://github.com/PyCQA/docformatter/tree/v1.6.3) (2023-04-23)
120127

121128
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.2...v1.6.3)
122129

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-
132130
## [v1.6.2](https://github.com/PyCQA/docformatter/tree/v1.6.2) (2023-04-22)
133131

134132
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.1...v1.6.2)
135133

136-
Bug Fixes
137-
138-
- fix: remove blank after comment [\#177](https://github.com/PyCQA/docformatter/pull/177) ([weibullguy](https://github.com/weibullguy))
139-
140134
## [v1.6.1](https://github.com/PyCQA/docformatter/tree/v1.6.1) (2023-04-21)
141135

142136
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.0...v1.6.1)

0 commit comments

Comments
 (0)