-
-
Notifications
You must be signed in to change notification settings - Fork 139
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
May 28, 2024
1 parent
987f6ac
commit 49f07f1
Showing
2 changed files
with
24 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,29 @@ | |
|
||
|
||
|
||
## v0.26.1 (2024-05-28) | ||
|
||
### Fix | ||
|
||
* fix(db): Database access refactor (#676) | ||
|
||
* feat: Remove global sessions, and introduce read only sessions for cases where no writing is required | ||
|
||
* refactor: Rename db to session | ||
|
||
* feat: Raise exceptions if commit/write/delete is attempted on a read-only session | ||
|
||
* feat: Add tests for the read only session | ||
|
||
* chore: lint using flake8 | ||
|
||
* rename test_database -> db_engine | ||
|
||
--------- | ||
|
||
Co-authored-by: Richard Abrich <[email protected]> ([`987f6ac`](https://github.com/OpenAdaptAI/OpenAdapt/commit/987f6acc55c1512805ab0cc31c922cb17c1cc846)) | ||
|
||
|
||
## v0.26.0 (2024-05-27) | ||
|
||
### 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.26.0" | ||
version = "0.26.1" | ||
description = "GUI Process Automation with Transformers" | ||
authors = [ | ||
'OpenAdapt.AI Team <[email protected]>', | ||
|