Skip to content

Commit 3996fa2

Browse files
author
semantic-release
committed
0.14.1
Automatically generated by python-semantic-release
1 parent bcddb7d commit 3996fa2

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## v0.14.1 (2022-03-29)
6+
### Fix
7+
* Fix missing comma ([`60fcded`](https://github.com/F-Secure/change-analyzer/commit/60fcded9acc4c860eb491bdde1165911feb9aa06))
8+
* Add more dependencies for explorer agent ([`1e3bcd2`](https://github.com/F-Secure/change-analyzer/commit/1e3bcd26e98a7bacf59eeb40ab1a2c4251701101))
9+
510
## v0.14.0 (2022-03-22)
611
### Feature
712
* Publish docker images ([`ca1da99`](https://github.com/F-Secure/change-analyzer/commit/ca1da99aee4a23afd5317b8bda9ebfa8cab26578))

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.14.0"
1+
__version__ = "0.14.1"
22

33
import sys
44

0 commit comments

Comments
 (0)