File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 3
3
4
4
| Date | Version | Description |
5
5
| ------------| ----------| -----------------------------------------------------------------------------|
6
+ | 2024-09-01 | v4.0.0.4 | Bug fixes! [ #271 ] ( https://github.com/chenxizhang/openai-powershell/issues/271 ) [ #272 ] ( https://github.com/chenxizhang/openai-powershell/issues/272 ) |
6
7
| 2024-08-07 | v4.0.0.3 | Bug fixes! [ #265 ] ( https://github.com/chenxizhang/openai-powershell/issues/265 ) |
7
8
| 2024-06-28 | v4.0.0.1 | Bug fixes! [ #262 ] ( https://github.com/chenxizhang/openai-powershell/issues/262 ) [ #261 ] ( https://github.com/chenxizhang/openai-powershell/issues/261 ) |
8
9
| 2024-06-17 | v4.0.0.0 | Assistant support! [ #170 ] ( https://github.com/chenxizhang/openai-powershell/issues/170 ) |
Original file line number Diff line number Diff line change 12
12
RootModule = ' .\code365scripts.openai.psm1'
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 4.0.0.3 '
15
+ ModuleVersion = ' 4.0.0.4 '
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = @ (" Desktop" , " Core" )
You can’t perform that action at this time.
0 commit comments