From f1bb00ec7908f687a86de64793f128c0b46e1102 Mon Sep 17 00:00:00 2001 From: OpenAdapt Bot Date: Wed, 30 Aug 2023 18:59:21 +0000 Subject: [PATCH] 0.13.1 Automatically generated by python-semantic-release --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cbc06f78a..e81be8c1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ +## v0.13.1 (2023-08-30) + +### Fix + +* fix(tests.openadapt.privacy.providers): failing `test_comprehend_scrub.py` (#488) + +* skip all the tests if ther is an issue wiht aws config files, either they are not htere or incorrect values are porided + +* format ([`cec2a53`](https://github.com/OpenAdaptAI/OpenAdapt/commit/cec2a53ed329060ed20f1d80773d1a2873cb9fb3)) + +### Unknown + +* Merge pull request #483 from OpenAdaptAI/modify-install-script ([`5fa12eb`](https://github.com/OpenAdaptAI/OpenAdapt/commit/5fa12ebddf8271883aa54c6beb6d43df79a8a609)) + +* Merge branch 'main' into modify-install-script ([`73bfad4`](https://github.com/OpenAdaptAI/OpenAdapt/commit/73bfad4bd845f91563c1f50a23ef851a68a864b4)) + + ## v0.13.0 (2023-08-29) ### Feature @@ -76,6 +93,10 @@ PrivateAIScrubbingProvider Co-authored-by: Richard Abrich <richard.abrich@mldsai.com> ([`33fe244`](https://github.com/OpenAdaptAI/OpenAdapt/commit/33fe2446311dd8dea1465f617662407d3bc182cc)) +### Unknown + +* Merge branch 'main' into modify-install-script ([`705a2f0`](https://github.com/OpenAdaptAI/OpenAdapt/commit/705a2f0d0414d9010f9b0cea7a3a3a1306b49de1)) + ## v0.12.0 (2023-08-29) @@ -86,6 +107,16 @@ Co-authored-by: Richard Abrich <richard.abrich@mldsai.com> ([`33fe244`](ht * implemented db module * use click + loguru ([`5b25b90`](https://github.com/OpenAdaptAI/OpenAdapt/commit/5b25b90fc4b0a7221a062170c3cb38c520afc718)) +### Unknown + +* fix formatting ([`d668901`](https://github.com/OpenAdaptAI/OpenAdapt/commit/d66890159c202308ee22aa919784f2d13a46b349)) + +* Merge branch 'modify-install-script' of github.com:OpenAdaptAI/OpenAdapt into modify-install-script ([`4e52dc3`](https://github.com/OpenAdaptAI/OpenAdapt/commit/4e52dc3bc9c50207683f09067b3b70f330662222)) + +* address formatting errors ([`2fa3fde`](https://github.com/OpenAdaptAI/OpenAdapt/commit/2fa3fde760692a4c820ebc06976064ce2b865eab)) + +* Merge branch 'main' into modify-install-script ([`b5ad05c`](https://github.com/OpenAdaptAI/OpenAdapt/commit/b5ad05c90e9fba38b0d9e95145a0d98b209ba4ac)) + ## v0.11.0 (2023-08-29) @@ -230,6 +261,8 @@ Co-authored-by: Richard Abrich <richard.abrich@gmail.com> ([`90bfe8f`](htt * remove config ([`212452c`](https://github.com/OpenAdaptAI/OpenAdapt/commit/212452ca99d4895b86f7005536e186f39097c10d)) +* chore: modify install script to execute on user's repo and branch ([`21e4942`](https://github.com/OpenAdaptAI/OpenAdapt/commit/21e4942fda2748501f07280194e5150129d5e9af)) + * chore: validate functionality of status checks (#477) * chore: validate functionality of status checks @@ -405,6 +438,8 @@ Co-authored-by: Richard Abrich <richard.abrich@gmail.com> ([`09f4e71`](htt * Update README.md ([`250949f`](https://github.com/OpenAdaptAI/OpenAdapt/commit/250949f18ad6c72df16bce2ab6d32764c0af3a82)) +* add default values when no parameters are passed ([`e8775e8`](https://github.com/OpenAdaptAI/OpenAdapt/commit/e8775e8151fbb3965f372c89fc8d1c52b892b5c8)) + * Productivity measurement (#234) * check for long gaps in recording diff --git a/pyproject.toml b/pyproject.toml index 6fc06105b..e05451d34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "openadapt" -version = "0.13.0" +version = "0.13.1" description = "GUI Process Automation with Transformers" authors = [ 'OpenAdapt.AI Team ',