|
4 | 4 | ...
|
5 | 5 |
|
6 | 6 |
|
| 7 | +<a name="2.3.0"></a> |
| 8 | +## [2.3.0] (2023-04-13) |
| 9 | + |
| 10 | +### Features |
| 11 | +- Display progress bar during docstring analysis. [#106] by [MiWeiss]. |
| 12 | +- Add support for analyzing async functions' docstrings. [#116] by [caffeinatedMike]. |
| 13 | +- Add support for Python 3.11. [#117] by [MiWeiss]. |
| 14 | + |
| 15 | +### Deprecations |
| 16 | +- Remove support for Python 3.6. [#117] by [MiWeiss]. |
| 17 | +- Deprecate `--docstr-ignore-file` flag. [#87] by [MiWeiss]. |
| 18 | + - Going forward, please use the `ignore_patterns` option in your config file |
| 19 | + - The `--docstr-ignore-file` will be removed in a future release |
| 20 | + |
| 21 | + |
7 | 22 | <a name="2.2.0"></a>
|
8 | 23 | ## [2.2.0] (2022-03-17)
|
9 | 24 |
|
|
147 | 162 | * Initial release
|
148 | 163 |
|
149 | 164 |
|
150 |
| -[Unreleased]: https://github.com/HunterMcGushion/docstr_coverage/compare/v2.2.0...HEAD |
| 165 | +[Unreleased]: https://github.com/HunterMcGushion/docstr_coverage/compare/v2.3.0...HEAD |
| 166 | +[2.3.0]: https://github.com/HunterMcGushion/docstr_coverage/compare/v2.2.0...v2.3.0 |
151 | 167 | [2.2.0]: https://github.com/HunterMcGushion/docstr_coverage/compare/v2.1.1...v2.2.0
|
152 | 168 | [2.1.1]: https://github.com/HunterMcGushion/docstr_coverage/compare/v2.1.0...v2.1.1
|
153 | 169 | [2.1.0]: https://github.com/HunterMcGushion/docstr_coverage/compare/v2.0.1...v2.1.0
|
|
164 | 180 |
|
165 | 181 | [asergeant01]: https://github.com/asergeant01
|
166 | 182 | [bjornconstructors]: https://github.com/bjornconstructors
|
| 183 | +[caffeinatedMike]: https://github.com/caffeinatedMike |
167 | 184 | [cthoyt]: https://github.com/cthoyt
|
168 | 185 | [econchick]: https://github.com/econchick
|
169 | 186 | [epassaro]: https://github.com/epassaro
|
|
198 | 215 | [#82]: https://github.com/HunterMcGushion/docstr_coverage/pull/82
|
199 | 216 | [#84]: https://github.com/HunterMcGushion/docstr_coverage/pull/84
|
200 | 217 | [#85]: https://github.com/HunterMcGushion/docstr_coverage/pull/85
|
201 |
| -[#86]: https://github.com/HunterMcGushion/docstr_coverage/pull/86 |
| 218 | +[#86]: https://github.com/HunterMcGushion/docstr_coverage/pull/86 |
| 219 | +[#87]: https://github.com/HunterMcGushion/docstr_coverage/pull/87 |
| 220 | +[#106]: https://github.com/HunterMcGushion/docstr_coverage/pull/106 |
| 221 | +[#116]: https://github.com/HunterMcGushion/docstr_coverage/pull/116 |
| 222 | +[#117]: https://github.com/HunterMcGushion/docstr_coverage/pull/117 |
0 commit comments