Skip to content

Commit

Permalink
0.15.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 3, 2022
1 parent c2f2158 commit 4f78a9a
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.15.0 (2022-08-03)
### Feature
* Add initial building blocks for reinforcement learning ([`44ea6b0`](https://github.com/F-Secure/change-analyzer/commit/44ea6b07b8f6b441a04b700a90ad06a1ee7ef7ec))

## v0.14.1 (2022-03-29)
### Fix
* Fix missing comma ([`60fcded`](https://github.com/F-Secure/change-analyzer/commit/60fcded9acc4c860eb491bdde1165911feb9aa06))
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.14.1"
__version__ = "0.15.0"

import sys

Expand Down

0 comments on commit 4f78a9a

Please sign in to comment.