Skip to content

Commit 543ba0e

Browse files
committed
chore: update CHANGELOG.md for new release
1 parent 4cf1ea5 commit 543ba0e

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

CHANGELOG.md

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

3+
## [v1.7.6](https://github.com/PyCQA/docformatter/tree/v1.7.6) (2025-05-07)
4+
5+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.5...v1.7.6)
6+
7+
Features
8+
9+
- prefer new unittest.mock from the standard library [\#280](https://github.com/PyCQA/docformatter/pull/280) ([a-detiste](https://github.com/a-detiste))
10+
- Handle abbreviation 'etc.' \(et cetera\) [\#273](https://github.com/PyCQA/docformatter/pull/273) ([knedlsepp](https://github.com/knedlsepp))
11+
12+
Bug Fixes
13+
14+
- Do not double-process urls [\#284](https://github.com/PyCQA/docformatter/pull/284) ([lilatomic](https://github.com/lilatomic))
15+
16+
**Merged pull requests:**
17+
18+
- Fix pre-commit syntax [\#266](https://github.com/PyCQA/docformatter/pull/266) ([jonashaag](https://github.com/jonashaag))
19+
- Update version listed in documentation's Pre-Commit example [\#262](https://github.com/PyCQA/docformatter/pull/262) ([korverdev](https://github.com/korverdev))
20+
- Add missing comma in requirements table [\#261](https://github.com/PyCQA/docformatter/pull/261) ([EFord36](https://github.com/EFord36))
21+
322
## [v1.7.5](https://github.com/PyCQA/docformatter/tree/v1.7.5) (2023-07-12)
423

524
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.4...v1.7.5)
@@ -122,27 +141,10 @@ Bug Fixes
122141

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

125-
Bug Fixes
126-
127-
- fix: remove blank lines after line beginning with 'def' [\#171](https://github.com/PyCQA/docformatter/pull/171) ([weibullguy](https://github.com/weibullguy))
128-
129144
## [v1.6.0](https://github.com/PyCQA/docformatter/tree/v1.6.0) (2023-04-04)
130145

131146
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.5.1...v1.6.0)
132147

133-
Features
134-
135-
- \(🎁\) Support python 3.11 [\#164](https://github.com/PyCQA/docformatter/pull/164) ([KotlinIsland](https://github.com/KotlinIsland))
136-
137-
Bug Fixes
138-
139-
- fix: update URL handling functions [\#152](https://github.com/PyCQA/docformatter/pull/152) ([weibullguy](https://github.com/weibullguy))
140-
141-
**Merged pull requests:**
142-
143-
- docs: clarify future arguments [\#168](https://github.com/PyCQA/docformatter/pull/168) ([weibullguy](https://github.com/weibullguy))
144-
- chore: update GitHub action workflows [\#153](https://github.com/PyCQA/docformatter/pull/153) ([weibullguy](https://github.com/weibullguy))
145-
146148
## [v1.5.1](https://github.com/PyCQA/docformatter/tree/v1.5.1) (2022-12-16)
147149

148150
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.5.0...v1.5.1)

0 commit comments

Comments
 (0)