Skip to content

Commit 6e06c6a

Browse files
committed
chore: update CHANGELOG.md for new release
1 parent 97883db commit 6e06c6a

1 file changed

Lines changed: 13 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,17 @@
22

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

5-
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0-rc3...HEAD)
5+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.5...HEAD)
66

7-
New Features
7+
**Merged pull requests:**
8+
9+
- chore: update workflows [\#206](https://github.com/PyCQA/docformatter/pull/206) ([weibullguy](https://github.com/weibullguy))
10+
11+
## [v1.6.5](https://github.com/PyCQA/docformatter/tree/v1.6.5) (2023-05-03)
12+
13+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5)
14+
15+
Features
816

917
- feat: add option to format compatible with black [\#196](https://github.com/PyCQA/docformatter/pull/196) ([weibullguy](https://github.com/weibullguy))
1018
- 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))
@@ -18,18 +26,6 @@ Bug Fixes
1826
- chore: update workflows to create release [\#198](https://github.com/PyCQA/docformatter/pull/198) ([weibullguy](https://github.com/weibullguy))
1927
- chore: update GH actions to generate CHANGELOG [\#194](https://github.com/PyCQA/docformatter/pull/194) ([weibullguy](https://github.com/weibullguy))
2028

21-
## [v1.7.0-rc3](https://github.com/PyCQA/docformatter/tree/v1.7.0-rc3) (2023-05-03)
22-
23-
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0-rc2...v1.7.0-rc3)
24-
25-
## [v1.7.0-rc2](https://github.com/PyCQA/docformatter/tree/v1.7.0-rc2) (2023-05-03)
26-
27-
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0-rc1...v1.7.0-rc2)
28-
29-
## [v1.7.0-rc1](https://github.com/PyCQA/docformatter/tree/v1.7.0-rc1) (2023-04-28)
30-
31-
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.7.0-rc1)
32-
3329
## [v1.6.4](https://github.com/PyCQA/docformatter/tree/v1.6.4) (2023-04-26)
3430

3531
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4)
@@ -73,7 +69,7 @@ Bug Fixes
7369

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

76-
New Features
72+
Features
7773

7874
- \(🎁\) Support python 3.11 [\#164](https://github.com/PyCQA/docformatter/pull/164) ([KotlinIsland](https://github.com/KotlinIsland))
7975
- feat: add file config options [\#137](https://github.com/PyCQA/docformatter/pull/137) ([weibullguy](https://github.com/weibullguy))
@@ -99,7 +95,7 @@ Bug Fixes
9995

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

102-
New Features
98+
Features
10399

104100
- feat: format class attribute docstrings [\#116](https://github.com/PyCQA/docformatter/pull/116) ([weibullguy](https://github.com/weibullguy))
105101

@@ -121,7 +117,7 @@ Bug Fixes
121117

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

124-
New Features
120+
Features
125121

126122
- feat: add option to place closing quotes on newline [\#104](https://github.com/PyCQA/docformatter/pull/104) ([weibullguy](https://github.com/weibullguy))
127123
- feat: add support for setup.cfg and tox.ini configuration files [\#101](https://github.com/PyCQA/docformatter/pull/101) ([weibullguy](https://github.com/weibullguy))
@@ -130,13 +126,11 @@ Bug Fixes
130126

131127
- feat: adjust for tab when wrapping [\#105](https://github.com/PyCQA/docformatter/pull/105) ([weibullguy](https://github.com/weibullguy))
132128
- fix: definitions corrupted with in-line comment [\#99](https://github.com/PyCQA/docformatter/pull/99) ([weibullguy](https://github.com/weibullguy))
133-
- fix: remove empty line [\#96](https://github.com/PyCQA/docformatter/pull/96) ([weibullguy](https://github.com/weibullguy))
134129

135130
**Merged pull requests:**
136131

137132
- chore: add workflow actions [\#108](https://github.com/PyCQA/docformatter/pull/108) ([weibullguy](https://github.com/weibullguy))
138133
- test: move remaining tests to tests/ directory [\#102](https://github.com/PyCQA/docformatter/pull/102) ([weibullguy](https://github.com/weibullguy))
139-
- chore: update README [\#95](https://github.com/PyCQA/docformatter/pull/95) ([weibullguy](https://github.com/weibullguy))
140134

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

0 commit comments

Comments
 (0)