We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b050c97 commit 90c53e7Copy full SHA for 90c53e7
PowerShellAI.psd1
@@ -1,6 +1,6 @@
1
@{
2
RootModule = 'PowerShellAI.psm1'
3
- ModuleVersion = '0.7.6'
+ ModuleVersion = '0.7.7'
4
GUID = '081ce7b4-6e63-41ca-92a7-2bf72dbad018'
5
Author = 'Douglas Finke'
6
CompanyName = 'Doug Finke'
changelog.md
@@ -1,3 +1,9 @@
+# v0.7.7
+
+Thank you [Shaun Lawrie](https://github.com/ShaunLawrie)
+- Fix GPT fails when run from a PSDrive
+ - Reported by Jeff Hicks - https://github.com/dfinke/PowerShellAI/issues/148
7
# v0.7.6
8
9
- Implement mechanism to turn on/off persistence of chat message
0 commit comments