Skip to content

Commit

Permalink
0.26.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
OpenAdapt Bot committed May 27, 2024
1 parent 3083fef commit b438c9c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
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]>',
Expand Down

0 comments on commit b438c9c

Please sign in to comment.