Skip to content

Commit 9de2f02

Browse files
author
OpenAdapt Bot
committed
0.37.0
Automatically generated by python-semantic-release
1 parent 13bbe48 commit 9de2f02

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

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

33

44

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+
522
## v0.36.6 (2024-07-19)
623

724
### 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.36.6"
3+
version = "0.37.0"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'OpenAdapt.AI Team <[email protected]>',

0 commit comments

Comments
 (0)