Skip to content

Commit

Permalink
0.11.1
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Dec 3, 2021
1 parent b489dbc commit f54116f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.11.1 (2021-12-03)
### Fix
* Find action from children ([`cfdfd67`](https://github.com/F-Secure/change-analyzer/commit/cfdfd67bf0814707f509fbbb4f29a8542eb67e19))

## v0.11.0 (2021-11-24)
### Feature
* Add steps as argument ([`73ab8a9`](https://github.com/F-Secure/change-analyzer/commit/73ab8a91e12e496518c4b9e53a5a3dc758ba0d14))
Expand Down
2 changes: 1 addition & 1 deletion change_analyzer/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.11.0"
__version__ = "0.11.1"

import sys

Expand Down

0 comments on commit f54116f

Please sign in to comment.