Skip to content

Commit 90c53e7

Browse files
committedJun 10, 2023
bump version for fix on PSDrive
1 parent b050c97 commit 90c53e7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎PowerShellAI.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@{
22
RootModule = 'PowerShellAI.psm1'
3-
ModuleVersion = '0.7.6'
3+
ModuleVersion = '0.7.7'
44
GUID = '081ce7b4-6e63-41ca-92a7-2bf72dbad018'
55
Author = 'Douglas Finke'
66
CompanyName = 'Doug Finke'

‎changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.7.7
2+
3+
Thank you [Shaun Lawrie](https://github.com/ShaunLawrie)
4+
- Fix GPT fails when run from a PSDrive
5+
- Reported by Jeff Hicks - https://github.com/dfinke/PowerShellAI/issues/148
6+
17
# v0.7.6
28

39
- Implement mechanism to turn on/off persistence of chat message

0 commit comments

Comments
 (0)
Please sign in to comment.