File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
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
+
5
12
## v0.5.14 (2024-03-06)
6
13
7
14
### Chore
Original file line number Diff line number Diff line change 5
5
from .pull_request import PullRequest
6
6
from .repository import Repository
7
7
8
- __version__ = "0.5.14 "
8
+ __version__ = "0.5.15 "
9
9
10
10
11
11
@click .command () # type: ignore
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " pull-request-codecommit"
3
- version = " 0.5.14 "
3
+ version = " 0.5.15 "
4
4
description = " pull-request-codecommit creates a PR within CodeCommit based on your commit messages."
5
5
authors = [
" Joris Conijn <[email protected] >" ]
6
6
license = " Apache2"
You can’t perform that action at this time.
0 commit comments