From 6e06c6ab8c24d6a5ab4190da05a2c2c7fb99e557 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Mon, 15 May 2023 00:21:26 +0000 Subject: [PATCH] chore: update CHANGELOG.md for new release --- CHANGELOG.md | 32 +++++++++++++------------------- 1 file changed, 13 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ba4044..49aa003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,17 @@ ## [Unreleased](https://github.com/PyCQA/docformatter/tree/HEAD) -[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0-rc3...HEAD) +[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.5...HEAD) -New Features +**Merged pull requests:** + +- chore: update workflows [\#206](https://github.com/PyCQA/docformatter/pull/206) ([weibullguy](https://github.com/weibullguy)) + +## [v1.6.5](https://github.com/PyCQA/docformatter/tree/v1.6.5) (2023-05-03) + +[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.6.5) + +Features - feat: add option to format compatible with black [\#196](https://github.com/PyCQA/docformatter/pull/196) ([weibullguy](https://github.com/weibullguy)) - 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 - chore: update workflows to create release [\#198](https://github.com/PyCQA/docformatter/pull/198) ([weibullguy](https://github.com/weibullguy)) - chore: update GH actions to generate CHANGELOG [\#194](https://github.com/PyCQA/docformatter/pull/194) ([weibullguy](https://github.com/weibullguy)) -## [v1.7.0-rc3](https://github.com/PyCQA/docformatter/tree/v1.7.0-rc3) (2023-05-03) - -[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0-rc2...v1.7.0-rc3) - -## [v1.7.0-rc2](https://github.com/PyCQA/docformatter/tree/v1.7.0-rc2) (2023-05-03) - -[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.7.0-rc1...v1.7.0-rc2) - -## [v1.7.0-rc1](https://github.com/PyCQA/docformatter/tree/v1.7.0-rc1) (2023-04-28) - -[Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.4...v1.7.0-rc1) - ## [v1.6.4](https://github.com/PyCQA/docformatter/tree/v1.6.4) (2023-04-26) [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4) @@ -73,7 +69,7 @@ Bug Fixes [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.5.1...v1.6.0) -New Features +Features - \(🎁\) Support python 3.11 [\#164](https://github.com/PyCQA/docformatter/pull/164) ([KotlinIsland](https://github.com/KotlinIsland)) - feat: add file config options [\#137](https://github.com/PyCQA/docformatter/pull/137) ([weibullguy](https://github.com/weibullguy)) @@ -99,7 +95,7 @@ Bug Fixes [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.5.0...v1.5.1) -New Features +Features - feat: format class attribute docstrings [\#116](https://github.com/PyCQA/docformatter/pull/116) ([weibullguy](https://github.com/weibullguy)) @@ -121,7 +117,7 @@ Bug Fixes [Full Changelog](https://github.com/PyCQA/docformatter/compare/v1.4...v1.5.0) -New Features +Features - feat: add option to place closing quotes on newline [\#104](https://github.com/PyCQA/docformatter/pull/104) ([weibullguy](https://github.com/weibullguy)) - 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 - feat: adjust for tab when wrapping [\#105](https://github.com/PyCQA/docformatter/pull/105) ([weibullguy](https://github.com/weibullguy)) - fix: definitions corrupted with in-line comment [\#99](https://github.com/PyCQA/docformatter/pull/99) ([weibullguy](https://github.com/weibullguy)) -- fix: remove empty line [\#96](https://github.com/PyCQA/docformatter/pull/96) ([weibullguy](https://github.com/weibullguy)) **Merged pull requests:** - chore: add workflow actions [\#108](https://github.com/PyCQA/docformatter/pull/108) ([weibullguy](https://github.com/weibullguy)) - test: move remaining tests to tests/ directory [\#102](https://github.com/PyCQA/docformatter/pull/102) ([weibullguy](https://github.com/weibullguy)) -- chore: update README [\#95](https://github.com/PyCQA/docformatter/pull/95) ([weibullguy](https://github.com/weibullguy)) ## [v1.4](https://github.com/PyCQA/docformatter/tree/v1.4) (2020-12-27)