We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc26a2a commit e5a2c15Copy full SHA for e5a2c15
CHANGELOG.md
@@ -2,6 +2,17 @@
2
3
4
5
+## v0.36.5 (2024-07-16)
6
+
7
+### Fix
8
9
+* fix(error-reporting): add ignore_errors (#855)
10
11
+* add ignore_errors
12
13
+* black ([`dc26a2a`](https://github.com/OpenAdaptAI/OpenAdapt/commit/dc26a2a3ddb3789bf65be26cb9d9e500b51803f7))
14
15
16
## v0.36.4 (2024-07-12)
17
18
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openadapt"
-version = "0.36.4"
+version = "0.36.5"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
0 commit comments