Skip to content

Commit

Permalink
0.5.7
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 4, 2024
1 parent 67a4ca4 commit 69e751e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@



## v0.5.7 (2024-03-04)

### Chore

* chore: add built command ([`67a4ca4`](https://github.com/conijnio/pull-request-codecommit/commit/67a4ca47fe81d03ffbf2ca32d5f605533aa3f07c))


## v0.5.6 (2024-03-04)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pull_request_codecommit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .pull_request import PullRequest
from .repository import Repository

__version__ = "0.5.6"
__version__ = "0.5.7"


@click.command() # type: ignore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pull-request-codecommit"
version = "0.5.6"
version = "0.5.7"
description = "pull-request-codecommit creates a PR within CodeCommit based on your commit messages."
authors = ["Joris Conijn <joris@conijnonline.nl>"]
license = "MIT"
Expand Down

0 comments on commit 69e751e

Please sign in to comment.