Skip to content

Commit

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

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

## v0.12.0 (2021-12-13)
### Feature
* Add entrypoints to init ([`59939f9`](https://github.com/F-Secure/change-analyzer/commit/59939f9604508d12da769da3c48475d09d617db3))

### Fix
* Improve entrypoint arguments ([`c58abc6`](https://github.com/F-Secure/change-analyzer/commit/c58abc654f385f34fa0816568f577720ea1f76a9))

## v0.11.1 (2021-12-03)
### Fix
* Find action from children ([`cfdfd67`](https://github.com/F-Secure/change-analyzer/commit/cfdfd67bf0814707f509fbbb4f29a8542eb67e19))
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.1"
__version__ = "0.12.0"

import sys

Expand Down

0 comments on commit 2c7106f

Please sign in to comment.