Skip to content

Commit e75e68f

Browse files
author
semantic-release
committed
0.14.0
Automatically generated by python-semantic-release
1 parent f628164 commit e75e68f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

33
<!--next-version-placeholder-->
44

5+
## v0.14.0 (2022-03-22)
6+
### Feature
7+
* Publish docker images ([`ca1da99`](https://github.com/F-Secure/change-analyzer/commit/ca1da99aee4a23afd5317b8bda9ebfa8cab26578))
8+
9+
### Fix
10+
* Add missing github action keyword ([`5e02f5c`](https://github.com/F-Secure/change-analyzer/commit/5e02f5cc5145eae6886985686e885a255e8b5be0))
11+
512
## v0.13.2 (2022-03-10)
613
### Fix
714
* Require successful pytest before publish ([`7d26850`](https://github.com/F-Secure/change-analyzer/commit/7d26850a92529c29684c3022391142bf1a6de4b4))

change_analyzer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.13.2"
1+
__version__ = "0.14.0"
22

33
import sys
44

0 commit comments

Comments
 (0)