Skip to content

Commit

Permalink
7.31.4
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user authored and github-actions committed Aug 23, 2022
1 parent 111b151 commit 1e5ae91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## 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))

## v7.31.3 (2022-08-22)
### Fix
* Use `commit_subject` when searching for release commits ([#488](https://github.com/relekang/python-semantic-release/issues/488)) ([`3849ed9`](https://github.com/relekang/python-semantic-release/commit/3849ed992c3cff9054b8690bcf59e49768f84f47))
Expand Down
2 changes: 1 addition & 1 deletion semantic_release/__init__.py
@@ -1,6 +1,6 @@
"""Semantic Release
"""
__version__ = "7.31.3"
__version__ = "7.31.4"


from .errors import UnknownCommitMessageStyleError # noqa; noqa
Expand Down

0 comments on commit 1e5ae91

Please sign in to comment.