|
1 | 1 | # Changelog
|
2 | 2 |
|
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) |
4 | 4 |
|
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) |
6 | 6 |
|
7 | 7 | Features
|
8 | 8 |
|
@@ -108,32 +108,20 @@ Bug Fixes
|
108 | 108 |
|
109 | 109 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.5.0...v1.5.1)
|
110 | 110 |
|
111 |
| -Features |
112 |
| - |
113 |
| -- feat: format class attribute docstrings [\#116](https://github.com/PyCQA/docformatter/pull/116) ([weibullguy](https://github.com/weibullguy)) |
114 |
| - |
115 | 111 | Bug Fixes
|
116 | 112 |
|
117 | 113 | - 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)) |
119 | 114 |
|
120 | 115 | **Merged pull requests:**
|
121 | 116 |
|
122 | 117 | - chore: update CI workflow so 3.6 still runs [\#132](https://github.com/PyCQA/docformatter/pull/132) ([weibullguy](https://github.com/weibullguy))
|
123 | 118 | - No empty lines before class and method docstrings [\#131](https://github.com/PyCQA/docformatter/pull/131) ([mcflugen](https://github.com/mcflugen))
|
124 | 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))
|
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)) |
128 | 120 |
|
129 | 121 | ## [v1.5.0](https://github.com/PyCQA/docformatter/tree/v1.5.0) (2022-08-19)
|
130 | 122 |
|
131 | 123 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.4...v1.5.0)
|
132 | 124 |
|
133 |
| -**Merged pull requests:** |
134 |
| - |
135 |
| -- chore: add workflow actions [\#108](https://github.com/PyCQA/docformatter/pull/108) ([weibullguy](https://github.com/weibullguy)) |
136 |
| - |
137 | 125 | ## [v1.4](https://github.com/PyCQA/docformatter/tree/v1.4) (2020-12-27)
|
138 | 126 |
|
139 | 127 | [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.3.1...v1.4)
|
|
0 commit comments