Skip to content

Commit b54a22c

Browse files
committed
chore: update CHANGELOG.md for new release
1 parent 53c598e commit b54a22c

1 file changed

Lines changed: 27 additions & 10 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,42 @@
11
# Changelog
22

3+
## [v1.7.3](https://github.com/PyCQA/docformatter/tree/v1.7.3) (2023-06-23)
4+
5+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.2...v1.7.3)
6+
7+
Bug Fixes
8+
9+
- fix: removing newline between Sphinx field lists [\#237](https://github.com/PyCQA/docformatter/pull/237) ([weibullguy](https://github.com/weibullguy))
10+
11+
**Merged pull requests:**
12+
13+
- chore: move changelog to tag workflow [\#233](https://github.com/PyCQA/docformatter/pull/233) ([weibullguy](https://github.com/weibullguy))
14+
15+
## [v1.7.2](https://github.com/PyCQA/docformatter/tree/v1.7.2) (2023-06-07)
16+
17+
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.1...v1.7.2)
18+
19+
Bug Fixes
20+
21+
- fix: wrapping issues with reST directives, quoted URLs, and Sphinx field lists [\#219](https://github.com/PyCQA/docformatter/pull/219) ([weibullguy](https://github.com/weibullguy))
22+
323
## [v1.7.1](https://github.com/PyCQA/docformatter/tree/v1.7.1) (2023-05-19)
424

525
[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0...v1.7.1)
626

727
Features
828

29+
- feat: support epytext style [\#211](https://github.com/PyCQA/docformatter/pull/211) ([weibullguy](https://github.com/weibullguy))
930
- feat: use tomllib for Python 3.11+ [\#208](https://github.com/PyCQA/docformatter/pull/208) ([weibullguy](https://github.com/weibullguy))
1031
- feat: wrap Sphinx style long parameter descriptions [\#201](https://github.com/PyCQA/docformatter/pull/201) ([weibullguy](https://github.com/weibullguy))
1132

33+
Bug Fixes
34+
35+
- fix: improper wrapping of short anonymous hyperlnks [\#213](https://github.com/PyCQA/docformatter/pull/213) ([weibullguy](https://github.com/weibullguy))
36+
1237
**Merged pull requests:**
1338

39+
- chore: update version strings [\#214](https://github.com/PyCQA/docformatter/pull/214) ([weibullguy](https://github.com/weibullguy))
1440
- chore: update pre-commit-config [\#209](https://github.com/PyCQA/docformatter/pull/209) ([weibullguy](https://github.com/weibullguy))
1541

1642
## [v1.7.0](https://github.com/PyCQA/docformatter/tree/v1.7.0) (2023-05-15)
@@ -36,6 +62,7 @@ Bug Fixes
3662

3763
**Merged pull requests:**
3864

65+
- chore: add GH release badge [\#200](https://github.com/PyCQA/docformatter/pull/200) ([weibullguy](https://github.com/weibullguy))
3966
- chore: update workflows to create release [\#198](https://github.com/PyCQA/docformatter/pull/198) ([weibullguy](https://github.com/weibullguy))
4067
- chore: update GH actions to generate CHANGELOG [\#194](https://github.com/PyCQA/docformatter/pull/194) ([weibullguy](https://github.com/weibullguy))
4168

@@ -108,16 +135,6 @@ Bug Fixes
108135

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

111-
Bug Fixes
112-
113-
- Fix incorrect pyproject.toml parsing of boolean values [\#133](https://github.com/PyCQA/docformatter/pull/133) ([weibullguy](https://github.com/weibullguy))
114-
115-
**Merged pull requests:**
116-
117-
- chore: update CI workflow so 3.6 still runs [\#132](https://github.com/PyCQA/docformatter/pull/132) ([weibullguy](https://github.com/weibullguy))
118-
- No empty lines before class and method docstrings [\#131](https://github.com/PyCQA/docformatter/pull/131) ([mcflugen](https://github.com/mcflugen))
119-
- Allow showing the diff when using --in-place or --check with --diff [\#128](https://github.com/PyCQA/docformatter/pull/128) ([BenjaminSchubert](https://github.com/BenjaminSchubert))
120-
121138
## [v1.5.0](https://github.com/PyCQA/docformatter/tree/v1.5.0) (2022-08-19)
122139

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

0 commit comments

Comments
 (0)