Skip to content

Commit 8c43796

Browse files
author
OpenAdapt Bot
committed
0.5.8
Automatically generated by python-semantic-release
1 parent fb3ae1e commit 8c43796

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

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

33

44

5+
## v0.5.8 (2023-07-25)
6+
7+
### Fix
8+
9+
* fix(install): improve powershell script (Issue #372) (#409)
10+
11+
* fix: git reinstallation even if it si present
12+
13+
* fix: Error Message:
14+
15+
Remove-Item : Cannot remove the item at 'C:\Users\Krish Patel\hi' because it is in
16+
use.
17+
At line:1 char:9
18+
+ Remove-Item -LiteralPath $setupdir -Force -Recurse
19+
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
20+
+ CategoryInfo : InvalidOperation: (:) [Remove-Item], PSInvalidOperation
21+
Exception
22+
+ FullyQualifiedErrorId : InvalidOperation,Microsoft.PowerShell.Commands.RemoveIt
23+
emCommand
24+
25+
* fix: issue that poetry shell gives
26+
"..runnning scripts is disabled on the command line"
27+
28+
* fix: bug #4 issue
29+
to support multiple version of python (acc. to OpenAdapt standards)
30+
31+
* add start mesage to know
32+
why sometimes the installtion command exits
33+
34+
* fix the edge case where the new terminal PWD
35+
is not set to the OpenAdapt folder that was installed
36+
37+
* Update install/install_openadapt.ps1
38+
39+
---------
40+
41+
Co-authored-by: Richard Abrich <[email protected]> ([`fb3ae1e`](https://github.com/OpenAdaptAI/OpenAdapt/commit/fb3ae1e4b4991776f9c89791636e20c9c7a689a5))
42+
43+
544
## v0.5.7 (2023-07-25)
645

746
### Chore

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.5.7"
3+
version = "0.5.8"
44
description = "GUI Process Automation with Transformers"
55
authors = [
66
'Mustafa Abdulrahman <[email protected]>',

0 commit comments

Comments
 (0)