Skip to content

Commit f1bb00e

Browse files
author
OpenAdapt Bot
committed
0.13.1
Automatically generated by python-semantic-release
1 parent cec2a53 commit f1bb00e

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.13.1 (2023-08-30)
6+
7+
### Fix
8+
9+
* fix(tests.openadapt.privacy.providers): failing `test_comprehend_scrub.py` (#488)
10+
11+
* skip all the tests if ther is an issue wiht aws config files, either they are not htere or incorrect values are porided
12+
13+
* format ([`cec2a53`](https://github.com/OpenAdaptAI/OpenAdapt/commit/cec2a53ed329060ed20f1d80773d1a2873cb9fb3))
14+
15+
### Unknown
16+
17+
* Merge pull request #483 from OpenAdaptAI/modify-install-script ([`5fa12eb`](https://github.com/OpenAdaptAI/OpenAdapt/commit/5fa12ebddf8271883aa54c6beb6d43df79a8a609))
18+
19+
* Merge branch 'main' into modify-install-script ([`73bfad4`](https://github.com/OpenAdaptAI/OpenAdapt/commit/73bfad4bd845f91563c1f50a23ef851a68a864b4))
20+
21+
522
## v0.13.0 (2023-08-29)
623

724
### Feature
@@ -76,6 +93,10 @@ PrivateAIScrubbingProvider
7693

7794
Co-authored-by: Richard Abrich <[email protected]> ([`33fe244`](https://github.com/OpenAdaptAI/OpenAdapt/commit/33fe2446311dd8dea1465f617662407d3bc182cc))
7895

96+
### Unknown
97+
98+
* Merge branch 'main' into modify-install-script ([`705a2f0`](https://github.com/OpenAdaptAI/OpenAdapt/commit/705a2f0d0414d9010f9b0cea7a3a3a1306b49de1))
99+
79100

80101
## v0.12.0 (2023-08-29)
81102

@@ -86,6 +107,16 @@ Co-authored-by: Richard Abrich <[email protected]> ([`33fe244`](ht
86107
* implemented db module
87108
* use click + loguru ([`5b25b90`](https://github.com/OpenAdaptAI/OpenAdapt/commit/5b25b90fc4b0a7221a062170c3cb38c520afc718))
88109

110+
### Unknown
111+
112+
* fix formatting ([`d668901`](https://github.com/OpenAdaptAI/OpenAdapt/commit/d66890159c202308ee22aa919784f2d13a46b349))
113+
114+
* Merge branch 'modify-install-script' of github.com:OpenAdaptAI/OpenAdapt into modify-install-script ([`4e52dc3`](https://github.com/OpenAdaptAI/OpenAdapt/commit/4e52dc3bc9c50207683f09067b3b70f330662222))
115+
116+
* address formatting errors ([`2fa3fde`](https://github.com/OpenAdaptAI/OpenAdapt/commit/2fa3fde760692a4c820ebc06976064ce2b865eab))
117+
118+
* Merge branch 'main' into modify-install-script ([`b5ad05c`](https://github.com/OpenAdaptAI/OpenAdapt/commit/b5ad05c90e9fba38b0d9e95145a0d98b209ba4ac))
119+
89120

90121
## v0.11.0 (2023-08-29)
91122

@@ -230,6 +261,8 @@ Co-authored-by: Richard Abrich <[email protected]> ([`90bfe8f`](htt
230261

231262
* remove config ([`212452c`](https://github.com/OpenAdaptAI/OpenAdapt/commit/212452ca99d4895b86f7005536e186f39097c10d))
232263

264+
* chore: modify install script to execute on user's repo and branch ([`21e4942`](https://github.com/OpenAdaptAI/OpenAdapt/commit/21e4942fda2748501f07280194e5150129d5e9af))
265+
233266
* chore: validate functionality of status checks (#477)
234267

235268
* chore: validate functionality of status checks
@@ -405,6 +438,8 @@ Co-authored-by: Richard Abrich <[email protected]> ([`09f4e71`](htt
405438

406439
* Update README.md ([`250949f`](https://github.com/OpenAdaptAI/OpenAdapt/commit/250949f18ad6c72df16bce2ab6d32764c0af3a82))
407440

441+
* add default values when no parameters are passed ([`e8775e8`](https://github.com/OpenAdaptAI/OpenAdapt/commit/e8775e8151fbb3965f372c89fc8d1c52b892b5c8))
442+
408443
* Productivity measurement (#234)
409444

410445
* check for long gaps in recording

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

0 commit comments

Comments
 (0)