From cfd8335d084d84bb8facf792f854666698550e9d Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 25 Sep 2022 20:25:22 +0000 Subject: [PATCH] 7.32.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 7 +++++++ semantic_release/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990390092..19fc08816 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v7.32.0 (2022-09-25) +### Feature +* Add setting for enforcing textual changelog sections ([#502](https://github.com/relekang/python-semantic-release/issues/502)) ([`988437d`](https://github.com/relekang/python-semantic-release/commit/988437d21e40d3e3b1c95ed66b535bdd523210de)) + +### Documentation +* Correct documented default behaviour for `commit_version_number` ([#497](https://github.com/relekang/python-semantic-release/issues/497)) ([`ffae2dc`](https://github.com/relekang/python-semantic-release/commit/ffae2dc68f7f4bc13c5fd015acd43b457e568ada)) + ## v7.31.4 (2022-08-23) ### Fix * Account for trailing newlines in commit messages ([#495](https://github.com/relekang/python-semantic-release/issues/495)) ([`111b151`](https://github.com/relekang/python-semantic-release/commit/111b1518e8c8e2bd7535bd4c4b126548da384605)) diff --git a/semantic_release/__init__.py b/semantic_release/__init__.py index fa882214a..6ed815ad4 100644 --- a/semantic_release/__init__.py +++ b/semantic_release/__init__.py @@ -1,6 +1,6 @@ """Semantic Release """ -__version__ = "7.31.4" +__version__ = "7.32.0" from .errors import UnknownCommitMessageStyleError # noqa; noqa