Skip to content

Commit

Permalink
0.5.5
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
OpenAdapt Bot committed Jul 17, 2023
1 parent 7aba45b commit 5a6f67c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,35 @@



## v0.5.5 (2023-07-17)

### Fix

* fix: loguru exception handling for invalid recordings (#361)

* raise ValueError

* improve exception handling

* Update crud.py

* use assert

* reorganize catch

* Update openadapt/replay.py

* Update openadapt/visualize.py

* Update openadapt/events.py

* Update openadapt/crud.py

---------

Co-authored-by: Richard Abrich <[email protected]> ([`7aba45b`](https://github.com/OpenAdaptAI/OpenAdapt/commit/7aba45be73cb3cc4807f08ebc7bf36a9e9e5c2fb))


## v0.5.4 (2023-07-17)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "openadapt"
version = "0.5.4"
version = "0.5.5"
description = "GUI Process Automation with Transformers"
authors = [
'Mustafa Abdulrahman <[email protected]>',
Expand Down

0 comments on commit 5a6f67c

Please sign in to comment.