Skip to content

Commit b438c9c

Browse files
author
OpenAdapt Bot
committed
0.26.0
Automatically generated by python-semantic-release
1 parent 3083fef commit b438c9c

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.26.0 (2024-05-27)
6+
7+
### Feature
8+
9+
* feat(dashboard): Dashboard scrubbing (#672)
10+
11+
* feat: Add ability to download spacy model from within pyinstaller build
12+
13+
* refactor: Add id column as foreign keys instead of timestamp
14+
15+
* feat(scrubbing): Add api endpoints and scrubbing feature
16+
17+
* fix: Fix code after merge with main
18+
19+
* lint: flake8 lint
20+
21+
* refactor: Cleanup code and add comments
22+
23+
* chore: Fix comments
24+
25+
* chore: Add comments on crud.py
26+
27+
---------
28+
29+
Co-authored-by: Richard Abrich <[email protected]> ([`3083fef`](https://github.com/OpenAdaptAI/OpenAdapt/commit/3083fef9dceb30780f91dd235eea89e6a7b68ebc))
30+
31+
532
## v0.25.5 (2024-05-24)
633

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

0 commit comments

Comments
 (0)