Skip to content

Commit

Permalink
chore: update CHANGELOG.md for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed May 15, 2023
1 parent 97883db commit 6e06c6a
Showing 1 changed file with 13 additions and 19 deletions.
32 changes: 13 additions & 19 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand All @@ -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)
Expand Down Expand Up @@ -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))
Expand All @@ -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))

Expand All @@ -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))
Expand All @@ -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)

Expand Down

0 comments on commit 6e06c6a

Please sign in to comment.