Skip to content

Commit 77fc28a

Browse files
committed
chore: update CHANGELOG.md for new release
1 parent 430a90e commit 77fc28a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

CHANGELOG.md

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

3+
## [v1.7.5](https://github.com/PyCQA/docformatter/tree/v1.7.5) (2023-07-12)
4+
5+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.4...v1.7.5)
6+
7+
Features
8+
9+
- fix: not recognizing `yield` as a sphinx field name [\#254](https://github.com/PyCQA/docformatter/pull/254) ([weibullguy](https://github.com/weibullguy))
10+
311
## [v1.7.4](https://github.com/PyCQA/docformatter/tree/v1.7.4) (2023-07-10)
412

513
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.3...v1.7.4)
@@ -10,8 +18,8 @@ Bug Fixes
1018

1119
**Merged pull requests:**
1220

13-
- test: split format tests into multiple files [\#246](https://github.com/PyCQA/docformatter/pull/246) ([weibullguy](https://github.com/weibullguy))
1421
- chore: update documentation link for metadata [\#247](https://github.com/PyCQA/docformatter/pull/247) ([icp1994](https://github.com/icp1994))
22+
- test: split format tests into multiple files [\#246](https://github.com/PyCQA/docformatter/pull/246) ([weibullguy](https://github.com/weibullguy))
1523

1624
## [v1.7.3](https://github.com/PyCQA/docformatter/tree/v1.7.3) (2023-06-23)
1725

@@ -125,24 +133,15 @@ Bug Fixes
125133
Features
126134

127135
- \(🎁\) Support python 3.11 [\#164](https://github.com/PyCQA/docformatter/pull/164) ([KotlinIsland](https://github.com/KotlinIsland))
128-
- feat: add file config options [\#137](https://github.com/PyCQA/docformatter/pull/137) ([weibullguy](https://github.com/weibullguy))
129136

130137
Bug Fixes
131138

132139
- fix: update URL handling functions [\#152](https://github.com/PyCQA/docformatter/pull/152) ([weibullguy](https://github.com/weibullguy))
133-
- fix: add additional URL patterns [\#148](https://github.com/PyCQA/docformatter/pull/148) ([weibullguy](https://github.com/weibullguy))
134-
- fix: wrap multi-paragraph long descriptions [\#143](https://github.com/PyCQA/docformatter/pull/143) ([weibullguy](https://github.com/weibullguy))
135-
- fix: handle blank lines after class definition properly [\#142](https://github.com/PyCQA/docformatter/pull/142) ([weibullguy](https://github.com/weibullguy))
136-
- fix: handle index error in link wrapping [\#141](https://github.com/PyCQA/docformatter/pull/141) ([weibullguy](https://github.com/weibullguy))
137-
- fix: remove blank line after method docstring [\#138](https://github.com/PyCQA/docformatter/pull/138) ([weibullguy](https://github.com/weibullguy))
138140

139141
**Merged pull requests:**
140142

141143
- docs: clarify future arguments [\#168](https://github.com/PyCQA/docformatter/pull/168) ([weibullguy](https://github.com/weibullguy))
142144
- chore: update GitHub action workflows [\#153](https://github.com/PyCQA/docformatter/pull/153) ([weibullguy](https://github.com/weibullguy))
143-
- chore: drop support for Python3.6 [\#149](https://github.com/PyCQA/docformatter/pull/149) ([weibullguy](https://github.com/weibullguy))
144-
- docs: fix typos [\#147](https://github.com/PyCQA/docformatter/pull/147) ([kianmeng](https://github.com/kianmeng))
145-
- chore: create do-release workflow [\#135](https://github.com/PyCQA/docformatter/pull/135) ([weibullguy](https://github.com/weibullguy))
146145

147146
## [v1.5.1](https://github.com/PyCQA/docformatter/tree/v1.5.1) (2022-12-16)
148147

0 commit comments

Comments
 (0)