Skip to content

Commit 4e625cd

Browse files
committed
chore: update CHANGELOG.md for new release
1 parent 59d8ebf commit 4e625cd

File tree

1 file changed

+17
-15
lines changed

1 file changed

+17
-15
lines changed

Diff for: CHANGELOG.md

+17-15
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,34 @@
22

33
## [Unreleased](https://github.com/PyCQA/docformatter/tree/HEAD)
44

5-
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.5...HEAD)
5+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0...HEAD)
6+
7+
Features
8+
9+
- feat: use tomllib for Python 3.11+ [\#208](https://github.com/PyCQA/docformatter/pull/208) ([weibullguy](https://github.com/weibullguy))
10+
- feat: wrap Sphinx style long parameter descriptions [\#201](https://github.com/PyCQA/docformatter/pull/201) ([weibullguy](https://github.com/weibullguy))
611

712
**Merged pull requests:**
813

9-
- chore: update workflows [\#206](https://github.com/PyCQA/docformatter/pull/206) ([weibullguy](https://github.com/weibullguy))
14+
- chore: update pre-commit-config [\#209](https://github.com/PyCQA/docformatter/pull/209) ([weibullguy](https://github.com/weibullguy))
1015

11-
## [v1.6.5](https://github.com/PyCQA/docformatter/tree/v1.6.5) (2023-05-03)
16+
## [v1.7.0](https://github.com/PyCQA/docformatter/tree/v1.7.0) (2023-05-15)
1217

13-
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5)
18+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.5...v1.7.0)
1419

1520
Features
1621

1722
- feat: add option to format compatible with black [\#196](https://github.com/PyCQA/docformatter/pull/196) ([weibullguy](https://github.com/weibullguy))
1823
- 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))
1924

25+
**Merged pull requests:**
26+
27+
- chore: update workflows [\#206](https://github.com/PyCQA/docformatter/pull/206) ([weibullguy](https://github.com/weibullguy))
28+
29+
## [v1.6.5](https://github.com/PyCQA/docformatter/tree/v1.6.5) (2023-05-03)
30+
31+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5)
32+
2033
Bug Fixes
2134

2235
- fix: removing blank line after import section [\#204](https://github.com/PyCQA/docformatter/pull/204) ([weibullguy](https://github.com/weibullguy))
@@ -117,20 +130,9 @@ Bug Fixes
117130

118131
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.4...v1.5.0)
119132

120-
Features
121-
122-
- feat: add option to place closing quotes on newline [\#104](https://github.com/PyCQA/docformatter/pull/104) ([weibullguy](https://github.com/weibullguy))
123-
- feat: add support for setup.cfg and tox.ini configuration files [\#101](https://github.com/PyCQA/docformatter/pull/101) ([weibullguy](https://github.com/weibullguy))
124-
125-
Bug Fixes
126-
127-
- feat: adjust for tab when wrapping [\#105](https://github.com/PyCQA/docformatter/pull/105) ([weibullguy](https://github.com/weibullguy))
128-
- fix: definitions corrupted with in-line comment [\#99](https://github.com/PyCQA/docformatter/pull/99) ([weibullguy](https://github.com/weibullguy))
129-
130133
**Merged pull requests:**
131134

132135
- chore: add workflow actions [\#108](https://github.com/PyCQA/docformatter/pull/108) ([weibullguy](https://github.com/weibullguy))
133-
- test: move remaining tests to tests/ directory [\#102](https://github.com/PyCQA/docformatter/pull/102) ([weibullguy](https://github.com/weibullguy))
134136

135137
## [v1.4](https://github.com/PyCQA/docformatter/tree/v1.4) (2020-12-27)
136138

0 commit comments

Comments
 (0)