Skip to content

Commit 220c607

Browse files
author
OpenAdapt Bot
committed
0.33.3
Automatically generated by python-semantic-release
1 parent 44371e9 commit 220c607

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.33.3 (2024-06-18)
6+
7+
### Fix
8+
9+
* fix(record): fix performance plotting regression (#774)
10+
11+
* Fixes regressions introduced in Database access refactor #676 affecting plotting of performance plots.
12+
13+
* Re-uses record.write_event for video events.
14+
15+
* Modifies plot_performance to use color-blind-friendly markers
16+
17+
* black/flake8 ([`44371e9`](https://github.com/OpenAdaptAI/OpenAdapt/commit/44371e93db7e068284c50f8dbef08fc6c8c80671))
18+
19+
520
## v0.33.2 (2024-06-15)
621

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

0 commit comments

Comments
 (0)