We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573c52b commit b64f836Copy full SHA for b64f836
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.1.0
4
+
5
+- 🐛 Fix failure on Windows (#1)
6
7
## 0.0.3
8
9
- 🚸 Make better notification when failed to generate message
package.json
@@ -2,7 +2,7 @@
"name": "gptcommit",
"displayName": "vscode-gptcommit",
"description": "Automated git commit messages using GPT models",
- "version": "0.0.3",
+ "version": "0.1.0",
"repository": {
"url": "https://github.com/pwwang/vscode-gptcommit"
},
0 commit comments