-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Jun 23, 2024
1 parent
742b176
commit f64c8e5
Showing
2 changed files
with
26 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,31 @@ | |
|
||
|
||
|
||
## v0.35.1 (2024-06-23) | ||
|
||
### Fix | ||
|
||
* fix(ultralytics): fix windows file permission in do_fastsam (#791) | ||
|
||
* fix:windows file permission | ||
|
||
* Changes as per the comments on last commit | ||
|
||
* add max_retries and retry_delay_seconds in args | ||
|
||
* add comments for segmented_image.load() | ||
|
||
* order imports in ultralytics.py | ||
|
||
* build fix | ||
|
||
* remove unnecessary formatting changes | ||
|
||
--------- | ||
|
||
Co-authored-by: Richard Abrich <[email protected]> ([`742b176`](https://github.com/OpenAdaptAI/OpenAdapt/commit/742b1764d3434f5bb505acf20318ac0c699a1761)) | ||
|
||
|
||
## v0.35.0 (2024-06-22) | ||
|
||
### 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.35.0" | ||
version = "0.35.1" | ||
description = "GUI Process Automation with Transformers" | ||
authors = [ | ||
'OpenAdapt.AI Team <[email protected]>', | ||
|