forked from OpenAdaptAI/OpenAdapt
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Aug 10, 2023
1 parent
d638469
commit 9ee20a3
Showing
2 changed files
with
42 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,47 @@ | |
|
||
|
||
|
||
## v0.7.1 (2023-08-10) | ||
|
||
### Chore | ||
|
||
* chore: add pypi action and oa-atomacos and oa-pynput packages (#456) ([`a62d7f3`](https://github.com/OpenAdaptAI/OpenAdapt/commit/a62d7f3898438b4716e31695d32120b228f84d21)) | ||
|
||
* chore: suppress identical warnings (#389) | ||
|
||
* chore: suppress identical warnings | ||
|
||
* add max_num_warnings_per_second to limit number of allowed warnings per cond | ||
|
||
* remove MAX_NUM_REPEAT_WARNINGS and check for max num warnings per second in utils.py | ||
|
||
* Update openadapt/config.py | ||
|
||
* address linting errors and set new variable | ||
|
||
* use class for filter_log_messages and track message_timestamps with instance variable | ||
|
||
* create logging.py to replace logging class using namespace | ||
|
||
* test github actions with empty commit | ||
|
||
* replaced variable name with MESSAGES_TO_FILTER | ||
|
||
* Update openadapt/logging.py | ||
|
||
--------- | ||
|
||
Co-authored-by: Richard Abrich <[email protected]> ([`7648210`](https://github.com/OpenAdaptAI/OpenAdapt/commit/764821039e3a03cb4dc3ec80b744f61a48c71461)) | ||
|
||
### Fix | ||
|
||
* fix: pypi direct dependency failure (#459) | ||
|
||
* remove trf from toml and then ran `poetry update` | ||
|
||
* update all neccessary files ([`d638469`](https://github.com/OpenAdaptAI/OpenAdapt/commit/d638469e238eb5fb3d386ca2ad8c64542a10c6c9)) | ||
|
||
|
||
## v0.7.0 (2023-07-28) | ||
|
||
### Feature | ||
|
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.7.0" | ||
version = "0.7.1" | ||
description = "GUI Process Automation with Transformers" | ||
authors = [ | ||
'Mustafa Abdulrahman <[email protected]>', | ||
|