Skip to content

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Mar 30, 2023
1 parent 1ba06bd commit aa92ffc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.5.0 (2023-03-30)
### Feature
* **rules-engine:** Add support for rules engine ([#30](https://github.com/indicina-dev/decide-python/issues/30)) ([`1ba06bd`](https://github.com/indicina-dev/decide-python/commit/1ba06bdfe8027286773b614770cd705494e57a2e))
* **rules-engine:** Add support for rules engine ([`19b3795`](https://github.com/indicina-dev/decide-python/commit/19b3795fb963844c94197effc6d8fdb065b7794d))

### Documentation
* Fix minor typos ([`9077068`](https://github.com/indicina-dev/decide-python/commit/9077068ceb2ff9b594d9f4a8d8c8476331a43c21))
* Update README with rules engine info ([`ac2b512`](https://github.com/indicina-dev/decide-python/commit/ac2b5124a317526eb958d839472c7254c069914e))

## v0.4.0 (2023-03-10)
### Feature
* Add method to retrieve bank list from API ([`56d92d9`](https://github.com/indicina-dev/decide-python/commit/56d92d9547a74eec5045eb25ba05b6f7c292722b))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "0.4.0"
__version__ = "0.5.0"


with open("README.md", "r") as fh:
Expand Down

0 comments on commit aa92ffc

Please sign in to comment.