Skip to content

Commit 7f164ee

Browse files
committed
chore: update CHANGELOG.md for new release
1 parent 4f8b39a commit 7f164ee

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Diff for: CHANGELOG.md

+2-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/PyCQA/docformatter/tree/HEAD)
3+
## [v1.7.1](https://github.com/PyCQA/docformatter/tree/v1.7.1) (2023-05-19)
44

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

77
Features
88

@@ -108,32 +108,20 @@ Bug Fixes
108108

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

111-
Features
112-
113-
- feat: format class attribute docstrings [\#116](https://github.com/PyCQA/docformatter/pull/116) ([weibullguy](https://github.com/weibullguy))
114-
115111
Bug Fixes
116112

117113
- Fix incorrect pyproject.toml parsing of boolean values [\#133](https://github.com/PyCQA/docformatter/pull/133) ([weibullguy](https://github.com/weibullguy))
118-
- fix: don't wrap URLs [\#115](https://github.com/PyCQA/docformatter/pull/115) ([weibullguy](https://github.com/weibullguy))
119114

120115
**Merged pull requests:**
121116

122117
- chore: update CI workflow so 3.6 still runs [\#132](https://github.com/PyCQA/docformatter/pull/132) ([weibullguy](https://github.com/weibullguy))
123118
- No empty lines before class and method docstrings [\#131](https://github.com/PyCQA/docformatter/pull/131) ([mcflugen](https://github.com/mcflugen))
124119
- 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))
125-
- chore: move script to src layout and make a package [\#117](https://github.com/PyCQA/docformatter/pull/117) ([weibullguy](https://github.com/weibullguy))
126-
- refactor: move encoding/decoding functions to encodor class [\#111](https://github.com/PyCQA/docformatter/pull/111) ([weibullguy](https://github.com/weibullguy))
127-
- refactor: move functions to classes [\#110](https://github.com/PyCQA/docformatter/pull/110) ([weibullguy](https://github.com/weibullguy))
128120

129121
## [v1.5.0](https://github.com/PyCQA/docformatter/tree/v1.5.0) (2022-08-19)
130122

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

133-
**Merged pull requests:**
134-
135-
- chore: add workflow actions [\#108](https://github.com/PyCQA/docformatter/pull/108) ([weibullguy](https://github.com/weibullguy))
136-
137125
## [v1.4](https://github.com/PyCQA/docformatter/tree/v1.4) (2020-12-27)
138126

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

0 commit comments

Comments
 (0)