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 13bbe48 commit 9de2f02Copy full SHA for 9de2f02
CHANGELOG.md
@@ -2,6 +2,23 @@
2
3
4
5
+## v0.37.0 (2024-07-19)
6
+
7
+### Feature
8
9
+* feat(logging): store application logs (#854)
10
11
+* feat: Wrap all processes inside a try catch block
12
13
+* chore: Modify files to use the custom logger
14
15
+* lint: flake8 lint
16
17
+---------
18
19
+Co-authored-by: Richard Abrich <[email protected]> ([`13bbe48`](https://github.com/OpenAdaptAI/OpenAdapt/commit/13bbe48dfa6ba93f297c23b65994ad3523c81188))
20
21
22
## v0.36.6 (2024-07-19)
23
24
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openadapt"
-version = "0.36.6"
+version = "0.37.0"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
0 commit comments