Skip to content

Commit 524b2db

Browse files
author
github-actions
committed
0.5.1
Automatically generated by python-semantic-release
1 parent 0220352 commit 524b2db

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

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

5+
## v0.5.1 (2023-07-14)
6+
7+
### Fix
8+
9+
* **auth:** Catch exceptions improvements ([#32](https://github.com/indicina-dev/decide-python/issues/32)) ([`0220352`](https://github.com/indicina-dev/decide-python/commit/022035227070de4b7e182020d453ea39afb4d150))
10+
* Catch exceptions efficiently ([`fb8dd28`](https://github.com/indicina-dev/decide-python/commit/fb8dd289541c067cd8323c4bbdd945ff495045bb))
11+
512
## v0.5.0 (2023-03-30)
613
### Feature
714
* **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))

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
__version__ = "0.5.0"
3+
__version__ = "0.5.1"
44

55

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

0 commit comments

Comments
 (0)