Skip to content

Commit 5a6f67c

Browse files
author
OpenAdapt Bot
committed
0.5.5
Automatically generated by python-semantic-release
1 parent 7aba45b commit 5a6f67c

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.5.5 (2023-07-17)
6+
7+
### Fix
8+
9+
* fix: loguru exception handling for invalid recordings (#361)
10+
11+
* raise ValueError
12+
13+
* improve exception handling
14+
15+
* Update crud.py
16+
17+
* use assert
18+
19+
* reorganize catch
20+
21+
* Update openadapt/replay.py
22+
23+
* Update openadapt/visualize.py
24+
25+
* Update openadapt/events.py
26+
27+
* Update openadapt/crud.py
28+
29+
---------
30+
31+
Co-authored-by: Richard Abrich <[email protected]> ([`7aba45b`](https://github.com/OpenAdaptAI/OpenAdapt/commit/7aba45be73cb3cc4807f08ebc7bf36a9e9e5c2fb))
32+
33+
534
## v0.5.4 (2023-07-17)
635

736
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "openadapt"
3-
version = "0.5.4"
3+
version = "0.5.5"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'Mustafa Abdulrahman <[email protected]>',

0 commit comments

Comments
 (0)