From b438c9cf10da2e7f775aed123bf8f3ddd5ff2b49 Mon Sep 17 00:00:00 2001 From: OpenAdapt Bot Date: Mon, 27 May 2024 18:58:44 +0000 Subject: [PATCH] 0.26.0 Automatically generated by python-semantic-release --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdf82739c..9dca086c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 <richard.abrich@mldsai.com> ([`3083fef`](https://github.com/OpenAdaptAI/OpenAdapt/commit/3083fef9dceb30780f91dd235eea89e6a7b68ebc)) + + ## v0.25.5 (2024-05-24) ### Fix diff --git a/pyproject.toml b/pyproject.toml index 72b6dcbc0..1d1b5be53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ',