Skip to content

Commit f64c8e5

Browse files
author
OpenAdapt Bot
committed
0.35.1
Automatically generated by python-semantic-release
1 parent 742b176 commit f64c8e5

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.35.1 (2024-06-23)
6+
7+
### Fix
8+
9+
* fix(ultralytics): fix windows file permission in do_fastsam (#791)
10+
11+
* fix:windows file permission
12+
13+
* Changes as per the comments on last commit
14+
15+
* add max_retries and retry_delay_seconds in args
16+
17+
* add comments for segmented_image.load()
18+
19+
* order imports in ultralytics.py
20+
21+
* build fix
22+
23+
* remove unnecessary formatting changes
24+
25+
---------
26+
27+
Co-authored-by: Richard Abrich <[email protected]> ([`742b176`](https://github.com/OpenAdaptAI/OpenAdapt/commit/742b1764d3434f5bb505acf20318ac0c699a1761))
28+
29+
530
## v0.35.0 (2024-06-22)
631

732
### Feature

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

0 commit comments

Comments
 (0)