Skip to content

Commit

Permalink
7.31.2
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 Jul 29, 2022
1 parent 47130a4 commit 5f28b83
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,14 @@

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

## v7.31.2 (2022-07-29)
### Fix
* Add better handling of missing changelog placeholder ([`e7a0e81`](https://github.com/relekang/python-semantic-release/commit/e7a0e81c004ade73ed927ba4de8c3e3ccaf0047c))
* Add repo=None when not in git repo ([`40be804`](https://github.com/relekang/python-semantic-release/commit/40be804c09ab8a036fb135c9c38a63f206d2742c))

### Documentation
* Add example for pyproject.toml ([`2a4b8af`](https://github.com/relekang/python-semantic-release/commit/2a4b8af1c2893a769c02476bb92f760c8522bd7a))

## v7.31.1 (2022-07-29)
### Fix
* Update git email in action ([`0ece6f2`](https://github.com/relekang/python-semantic-release/commit/0ece6f263ff02a17bb1e00e7ed21c490f72e3d00))
Expand Down
2 changes: 1 addition & 1 deletion semantic_release/__init__.py
@@ -1,6 +1,6 @@
"""Semantic Release
"""
__version__ = "7.31.1"
__version__ = "7.31.2"


from .errors import UnknownCommitMessageStyleError # noqa; noqa
Expand Down

0 comments on commit 5f28b83

Please sign in to comment.