Skip to content

Commit b090920

Browse files
author
OpenAdapt Bot
committed
0.33.4
Automatically generated by python-semantic-release
1 parent e370fe6 commit b090920

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.33.4 (2024-06-18)
6+
7+
### Fix
8+
9+
* fix(visualize): Handle no screenshots (#763)
10+
11+
* handle no screenshot in visualize.py / plotting.py
12+
13+
* black/flake8 ([`92b74f0`](https://github.com/OpenAdaptAI/OpenAdapt/commit/92b74f05936bfb2000d393e0ba0060d2ec6a857d))
14+
15+
### Test
16+
17+
* test: Add CI scripts to run the app after build (#709)
18+
19+
* feat: Add scripts to run the app after build
20+
21+
* feat: Log error in a file
22+
23+
* chore: Add TODO for future additions of logging
24+
25+
---------
26+
27+
Co-authored-by: Richard Abrich <[email protected]> ([`e370fe6`](https://github.com/OpenAdaptAI/OpenAdapt/commit/e370fe6fa6a028fcdaabf729fc2c1909c66e207d))
28+
29+
530
## v0.33.3 (2024-06-18)
631

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

0 commit comments

Comments
 (0)