Skip to content

Commit 22f72b1

Browse files
author
github-actions
committed
0.5.15
Automatically generated by python-semantic-release
1 parent da162ec commit 22f72b1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33

44

5+
## v0.5.15 (2024-03-06)
6+
7+
### Fix
8+
9+
* fix: trigger new release ([`da162ec`](https://github.com/conijnio/pull-request-codecommit/commit/da162ecc44dbd57e0891a49ed8f6a6a6883a4ba4))
10+
11+
512
## v0.5.14 (2024-03-06)
613

714
### Chore

pull_request_codecommit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from .pull_request import PullRequest
66
from .repository import Repository
77

8-
__version__ = "0.5.14"
8+
__version__ = "0.5.15"
99

1010

1111
@click.command() # type: ignore

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pull-request-codecommit"
3-
version = "0.5.14"
3+
version = "0.5.15"
44
description = "pull-request-codecommit creates a PR within CodeCommit based on your commit messages."
55
authors = ["Joris Conijn <[email protected]>"]
66
license = "Apache2"

0 commit comments

Comments
 (0)