-
-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
OpenAdapt Bot
committed
May 27, 2024
1 parent
3083fef
commit b438c9c
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,33 @@ | |
|
||
|
||
|
||
## v0.26.0 (2024-05-27) | ||
|
||
### Feature | ||
|
||
* feat(dashboard): Dashboard scrubbing (#672) | ||
|
||
* feat: Add ability to download spacy model from within pyinstaller build | ||
|
||
* refactor: Add id column as foreign keys instead of timestamp | ||
|
||
* feat(scrubbing): Add api endpoints and scrubbing feature | ||
|
||
* fix: Fix code after merge with main | ||
|
||
* lint: flake8 lint | ||
|
||
* refactor: Cleanup code and add comments | ||
|
||
* chore: Fix comments | ||
|
||
* chore: Add comments on crud.py | ||
|
||
--------- | ||
|
||
Co-authored-by: Richard Abrich <[email protected]> ([`3083fef`](https://github.com/OpenAdaptAI/OpenAdapt/commit/3083fef9dceb30780f91dd235eea89e6a7b68ebc)) | ||
|
||
|
||
## v0.25.5 (2024-05-24) | ||
|
||
### Fix | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "openadapt" | ||
version = "0.25.5" | ||
version = "0.26.0" | ||
description = "GUI Process Automation with Transformers" | ||
authors = [ | ||
'OpenAdapt.AI Team <[email protected]>', | ||
|