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 b3f73d8 commit 701bb5eCopy full SHA for 701bb5e
CHANGELOG.md
@@ -2,6 +2,15 @@
2
3
4
5
+## v0.30.3 (2024-06-10)
6
+
7
+### Fix
8
9
+* fix(scrubbing): Catch exceptions when download required spacy model (#733) ([`b3f73d8`](https://github.com/OpenAdaptAI/OpenAdapt/commit/b3f73d8e8689f24b41617ca896a5c40eb1d0eec8))
10
11
+* fix(video): add num_copies to write_video_event (#732) ([`ca04b6d`](https://github.com/OpenAdaptAI/OpenAdapt/commit/ca04b6d737fe17371726437540768ee13979128e))
12
13
14
## v0.30.2 (2024-06-08)
15
16
### Fix
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "openadapt"
-version = "0.30.2"
+version = "0.30.3"
description = "GUI Process Automation with Transformers"
authors = [
'OpenAdapt.AI Team <[email protected]>',
0 commit comments