Skip to content

Commit 0adcc72

Browse files
author
OpenAdapt Bot
committed
0.30.1
Automatically generated by python-semantic-release
1 parent 1b04fd4 commit 0adcc72

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.30.1 (2024-06-08)
6+
7+
### Chore
8+
9+
* chore: fix typo in test_video.py (#710) ([`57a3376`](https://github.com/OpenAdaptAI/OpenAdapt/commit/57a337628006338a91898842666efd9f3553ada0))
10+
11+
### Fix
12+
13+
* fix(get_audio_info, visualize): replace use of recording timestamp in functions with recording id (#717)
14+
15+
* fix(audio): Replace use of recording timestamp in functions with recording id (#727)
16+
17+
Co-authored-by: Shohan Dutta Roy <[email protected]>
18+
19+
* fix get_audio_info
20+
21+
* black
22+
23+
---------
24+
25+
Co-authored-by: Shohan Dutta Roy <[email protected]> ([`1b04fd4`](https://github.com/OpenAdaptAI/OpenAdapt/commit/1b04fd44c61d276e2aede9a93bb8d2f0c5243029))
26+
27+
528
## v0.30.0 (2024-06-05)
629

730
### Feature

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

0 commit comments

Comments
 (0)